Description Usage Arguments Details Value
Useful for generating lists of model formulas. 'f_cross_sub' is a version that enforces formulas.
1 2 3 | cross_sub(exprs, envs, trans = identity)
f_cross_sub(fos, envs, trans = str_fo_parse)
|
exprs |
a list of quoted calls |
envs |
a list of environments, or things that behaves like an
environment (like a list or data frame), or references to an environment
(like a positive integer or name, see |
trans |
a function to be applied to each value in an environment before
it is passed to 'substitute_q'. A common vlaue is |
fos |
a list of formulas |
f_cross_sub maps environments across created calls.
a nested list of calls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.