powered by
Create a formula object by "hand".
f_new(rhs, lhs = NULL, env = parent.frame())
A call, name, or atomic vector.
An environment
A formula object
# NOT RUN { f_new(quote(a)) f_new(quote(a), quote(b)) # }
Run the code above in your browser using DataLab