Create Formulas
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 |
( |
formulate("Species", c("Sepal.Length", "Sepal.Width")) formulate(rhs = c("Sepal.Length", "Sepal.Width"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.