Given a formula()
f
, returns all variables used on the left-hand side and
right-hand side of the formula.
Arguments
- f
(
formula()
).
Value
(list()
) with elements "lhs"
and "rhs"
, both character()
.
Given a formula()
f
, returns all variables used on the left-hand side and
right-hand side of the formula.
(formula()
).
(list()
) with elements "lhs"
and "rhs"
, both character()
.