Create a tree representation from a text.
create_tree(text, structure_only = FALSE)
A character vector.
Whether or not create a tree that represents the structure of the expression without any information on the tokens. Useful to check whether two structures are identical.
A data frame.