formulate | R Documentation |
Given the left-hand side and right-hand side as character vectors, generates a new
stats::formula()
.
formulate(lhs = character(), rhs = character(), env = NULL, quote = "right")
lhs |
( |
rhs |
( |
env |
( |
quote |
( |
stats::formula()
.
formulate("Species", c("Sepal.Length", "Sepal.Width"))
formulate(rhs = c("Sepal.Length", "Sepal.Width"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.