text_to_flat_pd {styler}R Documentation

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)

Arguments

text

The text to parse.

transformers

A list with transformer functions, used to check if the code is cached.

Details

This includes:

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


[Package styler version 1.3.2 Index]