Description Usage Arguments Value Examples
Most common use cases would be passing string to lhr
and rhs
of the formula.
1 | parse_to_formula(fun, lhs, rhs, ...)
|
fun |
Function that accept formula object as first argument |
lhs |
(Quote or Unquoted) Expression for left-hand sided of the formula |
rhs |
(Quote or Unquoted) Expression for right-hand sided of the formula |
... |
pass to |
object as return by fun
1 | parse_to_formula(lm, "Sepal.Length", "Sepal.Width", data = iris)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.