Description Usage Arguments Examples
Implements the regular scoping rules, but instead of returning the value associated with a name, it returns the environment in which it is located.
1 | where(name, env = parent.frame())
|
name |
name, as string, to look for |
env |
environment to start at. Defaults to the calling environment of this function. |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.