| check_ast_safety | R Documentation |
Analyze R code for unsafe function calls or operations before execution.
check_ast_safety(code_str)
code_str |
Character string containing R code. |
The parsed AST if safe. Throws an error if unsafe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.