Description Usage Arguments Value Examples
In order to exactly replay the original call, the environment must be the
same for all of the dots. This function circumvents that a little,
falling back to the baseenv()
if all environments aren't
the same.
1 |
fun |
Function as symbol or quoted call. |
args |
Arguments to function; must be a |
A list:
env |
The common environment for all elements |
expr |
The expression |
1 2 3 4 5 6 |
<lazy>
expr: f(x = 1, 2)
env: <environment: R_GlobalEnv>
<lazy>
expr: f(x = 1, y = x)
env: <environment: base>
<lazy>
expr: f(x)
env: <environment: R_GlobalEnv>
<lazy>
expr: f(x)
env: <environment: base>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.