dynget | R Documentation |
slight modification of base::dynGet() minframe set to 0 to also look in global environment and it's robust to using within functions also takes the variable name without quotes as default but can supply a character, and set px to FALSE
dynget(
x,
px = TRUE,
ifnotfound = stop(gettextf("%s not found", sQuote(x)), domain = NA),
minframe = 0L,
inherits = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.