View source: R/defaultVarInfoHelpers.R
getPromiseInfo | R Documentation |
Get information about a promise
getPromiseInfo(name, env)
name |
The name of the variable |
env |
The environment in which to evaluate |
A named list:
code
: the expression that will be evaluated
environment
: the environment where the promise is evaluated
evaluated
: logical flag if the promise has been already evaluated
value
: optional node; the value of the evaluated promise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.