Description Usage Arguments Value Examples
Evaluate character strings as an expression in the appropriate frame so the function can be used in a function and use variables in the environment of the function.
1 2  | run(..., envir = parent.frame(), enclos = if (is.list(envir) ||
  is.pairlist(envir)) parent.frame() else baseenv(), try = TRUE)
 | 
... | 
 expressions that can evaluate to character strings to paste. Note that the separator for pasting is ” to allow expressions within quotes.  | 
envir | 
 (default = parent.frame()) see   | 
enclos | 
 (default same as   | 
try | 
 (default TRUE) enclose the expression in   | 
the result of evaluating paste(...,sep='') as an expression
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.