f_charvec_to_formula {autostats} | R Documentation |
charvec to formula
Description
takes the lhs and rhs of a formula as character vectors and outputs a formula
Usage
f_charvec_to_formula(lhs, rhs)
Arguments
lhs |
lhs atomic chr vec |
rhs |
rhs chr vec |
Value
formula
Examples
lhs <- "Species"
rhs <- c("Petal.Width", "Custom_Var")
f_charvec_to_formula(lhs, rhs)
[Package autostats version 0.4.1 Index]