View source: R/internal_misc.R
| formula_vars | R Documentation |
Wraps all.vars(as.formula(...)) so that function-wrapped terms in
formula strings (e.g. ns(followup, df = 4), I(x^2), factor(grp))
resolve to their underlying variable names rather than being treated
as raw column names.
formula_vars(x)
x |
character vector of RHS formula strings (may contain |
character vector of unique variable names referenced by x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.