Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


styler (version 0.0-9)

get_parse_data: Obtain robust parse data

Description

Wrapper around utils::getParseData(parse(text = text)) that returns a flat parse table.

Usage

get_parse_data(text, include_text = TRUE, ...)

Arguments

text

The text to parse.

include_text

Passed to utils::getParseData() as includeText.

...

Other arguments passed to utils::getParseData().