powered by
This function breaks down an R expression into a list structure, creating a tree-like representation of the code.
get_ast(exp)
A list structure that represents the input R expression.
An R expression to be parsed into a list structure.