Description Usage Arguments Value See Also Examples
evalq
evaluates an R expression (the quoted form of its first
argument) in a specified environment.
NOTE: This man page is for the evalq
wrapper defined in the
BiocGenerics package. See ?base::evalq
for the
function defined in the base package. This wrapper correctly delegates
to the eval
generic, rather than
base::eval
.
1 2 3 | evalq(expr, envir=parent.frame(),
enclos=if (is.list(envir) || is.pairlist(envir))
parent.frame() else baseenv())
|
expr |
Quoted to form the expression that is evaluated. |
envir |
The environment in which |
enclos |
See |
See ?base::evalq
.
base::evalq
for the base evalq
function.
1 | evalq # note just a copy of the original evalq
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.