View source: R/nested-to-tree.R
create_tree | R Documentation |
Create a tree representation from a text.
create_tree(text, structure_only = FALSE)
text |
A character vector. |
structure_only |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.