Description Usage Arguments Value Examples
'all.vars' returns all variables used in a formula. This function only returns the variables explicitly used on the right-hand side (i.e., it will not resolve dots unless the object is terms with a data set specified).
1 |
object |
A model formula or [stats::terms()] object. |
... |
Arguments to pass to [all.vars()] |
A character vector of names
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.