Learn R Programming

MIRES (version 0.1.0)

.formula_rhs: Get RHS of formula as character vector.

Description

Get RHS of formula as character vector.

Usage

.formula_rhs(formula, terms = TRUE)

Arguments

formula

Formula.

terms

Logical. Whether to return the formula expressions, or variables (FALSE). I.e., "I(x^2)" instead of "x".

Value

Character vector.