f_charvec_to_formula: charvec to formula

View source: R/tidy_formula.R

f_charvec_to_formulaR 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)


autostats documentation built on Nov. 10, 2022, 6:13 p.m.