powered by
build simple linear formula from variable names given by two character vectors. TODO: allow unquoted names.
build_formula(left, right)buildLinearFormula(left, right)
buildLinearFormula(left, right)
character vector
formula
# NOT RUN { print(f <- build_formula(left = "A", right = c("B", "C"))) class(f) build_formula(left = "Species", right = names(iris)[1:4]) # }
Run the code above in your browser using DataLab