bquote_call | R Documentation |
Re-write call to evaluate expr
with bquote
.()
substitution.
Uses convetion that := is considered a alias for =.
Including .(-x)
promoting x
's value from character to a name,
which is called "quote negation" (hence the minus-sign).
bquote_call(call, env = parent.frame())
call |
result of match.call() |
env |
environment to perform lookups in. |
altered call
bquote_function
, bquote_call_args
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.