Fast formula
fformula.RdCreate a formula object from known-good string input.
A fast, unsafe alternative to stats::formula().
Usage
fformula(x, env = parent.frame())Arguments
- x
(string)
The string to be converted into a formula.- env
(environment:
base::parent.frame())
An environment to associate with the result.