.formula_rhs: Get RHS of formula as character vector.
Description
Get RHS of formula as character vector.
Usage
.formula_rhs(formula, terms = TRUE)
Arguments
terms
Logical. Whether to return the formula expressions, or variables (FALSE). I.e., "I(x^2)" instead of "x".