View source: R/within_answerEnvironment.R
mget_safe | R Documentation |
a safe version of mget, this allow input argument to be either a character of object name or a character of obtaining value, such as "a[['number']][[1]]"
mget_safe(text, envir)
text |
A character either represents an object name or how to obtain a value |
envir |
An environment where to look for value |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.