Find the first occurrence of an operator in a formula and return the left, right, or both sides of the operator.
Source:R/parse_formula_to_cols.R
findOperator.Rd
Find the first occurrence of an operator in a formula and return the left, right, or both sides of the operator.
Value
The side of the operator requested, NA if requesting the left side of a unary operator, and NULL if the operator is not found.
See also
Other Formula parsing:
parse_formula_to_cols()