powered by
f_list makes a new list; as_f_list takes an existing list. Both take the LHS of any two-sided formulas and evaluate it, replacing the current name with the result.
f_list
as_f_list
f_list(...)as_f_list(x)
as_f_list(x)
Named arguments.
An existing list
A named list.
# NOT RUN { f_list("y" ~ x) f_list(a = "y" ~ a, ~ b, c = ~c) # }
Run the code above in your browser using DataLab