get_ast {data.validator} | 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.