Parses text to a flat parse table and subsequently changes its
representation into a nested parse table with
nest_parse_data().
compute_parse_data_nested(text)
| text | A character vector to parse. |
|---|
A nested parse table. Apart from the columns provided by
utils::getParseData(), a column "short" with the first five characters of
"text" is added, the nested subtibbles are in column "child".