get_parse_data {styler} | R Documentation |
Wrapper around utils::getParseData(parse(text = text))
that returns a flat
parse table.
get_parse_data(text, include_text = TRUE, ...)
text |
The text to parse. |
include_text |
Passed to |
... |
Other arguments passed to |