get_ast | R Documentation |
This function breaks down an R expression into a list structure, creating a tree-like representation of the code.
get_ast(exp)
exp |
An R expression to be parsed into a list structure. |
A list structure that represents the input R expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.