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)


Harrison4192/autostats documentation built on April 14, 2025, 9:44 a.m.