eval.list | R Documentation |
Evaluate a list/vector of strings as expressions. Errors if expressions cannot be evaluated.
eval.list(
exprlist,
envir = .GlobalEnv,
enclos = parent.frame(),
allowEmptyExpr = FALSE
)
exprlist |
list/vector of strings to evaluate |
envir |
environment to evaluate in, defaults to global environment. |
enclos |
Specifies the enclosure, i.e., where R looks for objects not found in envir. Defaults to the caller's environment (parent.frame()) |
allowEmptyExpr |
allow expressions to return no value, defaults to FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.