View source: R/evaluate_expr.R
evaluate_expr | R Documentation |
Evaluate an R Expression
evaluate_expr(
expr,
envir = parent.frame(),
local = TRUE,
output = c("stdout+stderr", "stdout", "none"),
timeout = +Inf
)
expr |
An expression |
envir |
The environment where tests are run. |
local |
Should tests be evaluated in a local environment or not. |
output |
Specifies whether standard output, standard error, or both should be captured or not. |
timeout |
Maximum time allowed for evaluation before a timeout error is produced. |
Value of test expression and benchmark information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.