powered by
evalSubFormula(x, data = parent.frame(), split = c("&"))
x
data(CPS) cps <- CPS[1:6,] cps evalSubFormula( rhs( ~ married & sector), data=cps )
Run the code above in your browser using DataLab