f_charvec_to_formula | R Documentation |
takes the lhs and rhs of a formula as character vectors and outputs a formula
f_charvec_to_formula(lhs, rhs)
lhs |
lhs atomic chr vec |
rhs |
rhs chr vec |
formula
lhs <- "Species" rhs <- c("Petal.Width", "Custom_Var") f_charvec_to_formula(lhs, rhs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.