R/BMisc.R
rhs.Rd
Take a formula and return the right hand side of the formula
rhs(formla)
a formula
a one sided formula
ff <- yvar ~ x1 + x2 rhs(ff) #> ~x1 + x2 #> <environment: 0x55c776adf668>