View source: R/defaultVarInfoHelpers.R
getVarInEnv | R Documentation |
Is basically a wrapper for get(name, envir=env)
, but does not force promises.
getVarInEnv(name, env)
name |
The name of the variable |
env |
The environment in which to evaluate |
Returns the value of the variable or a representation of a promise as returned by getPromiseVar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.