Learn R Programming

PKNCA (version 0.10.0)

formula.parseFormula: Convert the parsed formula back into the original

Description

Convert the parsed formula back into the original

Usage

# S3 method for parseFormula
formula(x, drop.groups = FALSE, drop.lhs = FALSE, ...)

Value

A formula (optionally with portions removed)

Arguments

x

The parsed formula object to revert to the original

drop.groups

logical. Should the returned formula drop the groups?

drop.lhs

logical. Should the returned formula be one-sided dropping the left hand side?

...

Unused.

See Also

Other Formula parsing: findOperator(), parseFormula()