View source: R/stackTreeHelpers.R
getScopeEnvs | R Documentation |
Gets the scopes corresponding to a frame
getScopeEnvs(firstenv = parent.frame(), lastenv = .GlobalEnv)
firstenv |
The top environment of the current frame |
lastenv |
The last environment to be considered. By default .GlobalEnv, use emptyenv() to consider package environments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.