add_stylerignore {styler}R Documentation

Adds the stylerignore column

Description

If a token should be ignored, the column is set to TRUE, otherwise to FALSE.

Usage

add_stylerignore(pd_flat)

Arguments

pd_flat

A parse table.

Details

A token is ignored iff one of the two conditions hold:

See examples in stylerignore. Note that you should reuse the stylerignore column to compute switch points or similar and not a plain pd$text %in% option_read("styler.ignore_start") because that will fail to give correct switch points in the case stylerignore sequences are invalid.


[Package styler version 1.10.0 Index]