Description Usage Arguments Value Examples
Returns a string version of a formula
1 | formula_to_string(form)
|
form |
A formula |
a string representing the formula
1 2 3 4 | ## Not run:
formula_to_string(Y ~ X + Y) # returns: "Y ~ X + Y"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.