| safe_eval_expr | R Documentation |
Safe evaluation wrapper with environment-aware security
safe_eval_expr(expr, envir, timeout = 10)
expr |
Expression to evaluate |
envir |
Environment for evaluation |
timeout |
Timeout in seconds (default: 10) |
In production mode, uses RAppArmor::eval.secure if available. In development mode, uses standard eval for easier debugging.
Evaluation result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.