new_formula | R Documentation |
Create a formula
new_formula(lhs, rhs, env = caller_env())
lhs , rhs |
A call, name, or atomic vector. |
env |
An environment. |
A formula object.
new_quosure()
new_formula(quote(a), quote(b))
new_formula(NULL, quote(b))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.