Create a formula object by "hand".
f_new(rhs, lhs = NULL, env = parent.frame())
lhs, rhs
A call, name, or atomic vector.
env
An environment
A formula object
f_new(quote(a)) f_new(quote(a), quote(b))