| safe_eval | R Documentation |
Execute R code with a timeout to prevent infinite loops.
safe_eval(expr, timeout_seconds = 30, envir = parent.frame())
expr |
Expression to evaluate. |
timeout_seconds |
Maximum execution time in seconds. |
envir |
Environment for evaluation. |
The result or an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.