apply_ref_indention {styler} | R Documentation |
Apply reference indention to tokens
Description
Applies the reference indention created with functions
update_indention_ref()
to the flattened parse table. The indention
is applied to all token that inherit from a reference token sequentially,
i.e. by looping over the target tokens.
Usage
apply_ref_indention(flattened_pd)
Arguments
flattened_pd |
A flattened parse table |
[Package styler version 1.10.3 Index]