Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

text_to_flat_pd

Creates a flat parse table with minimal initialization


Description

Creates a flat parse table with minimal initialization and makes the parse table shallow where appropriate.

Usage

text_to_flat_pd(text, transformers, more_specs)

Arguments

text

The text to parse.

transformers

Passed to cache_make_key() to generate a key.

more_specs

Passed to cache_make_key() to generate a key.

Details

This includes:

  • token before and after.

  • stylerignore attribute.

  • caching attributes.

Note that the parse table might be shallow if caching is enabled and some values are cached.


styler

Non-Invasive Pretty Printing of R Code

v1.4.1
MIT + file LICENSE
Authors
Kirill Müller [aut], Lorenz Walthert [cre, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.