to_ast_callable | R Documentation |
This function converts primitives, functions, and function definitions to ASTNode objects. No distinction is made between functions and function definitions since they have the same underlying code.
to_ast_callable(expr, is_primitive = FALSE)
expr |
(language) Quoted R code to be converted. |
is_primitive |
(logical) Whether or not the expression is a primitive. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.