parse_to_formula_2s | R Documentation |
Most generalized approach to parse formula
parse_to_formula_2s(fun = "lm", lhs, rhs, args = list(), pkg = "stats")
fun |
Function to call |
lhs |
(Symbol) left-hand sided of the formula |
rhs |
(Symbol) right-hand sided of the formula |
args |
A list of arguments to |
pkg |
Package to call |
object as return by fun
parse_to_formula_2s(fun = "lm", "Sepal.Length", "Species", pkg = "stats", args = list(data = iris))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.