all.vars.character | R Documentation |
All variables in character string of formula.
all.vars.character(formula, blank.char = ".")
formula |
|
blank.char |
Removes .
Hadley Wickham <h.wickham@gmail.com>
all.vars.character("a + b") all.vars.character("a + b | c") all.vars.character("a + b") all.vars.character(". ~ a + b") all.vars.character("a ~ b | c + d + e")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.