initialize_attributes {styler} | R Documentation |
Initialize attributes
Description
Initialize attributes
Usage
initialize_newlines(pd_flat)
initialize_spaces(pd_flat)
initialize_multi_line(pd_flat)
initialize_indention_ref_pos_id(pd_flat)
initialize_indent(pd_flat)
validate_parse_data(pd_flat)
Arguments
pd_flat |
A parse table. |
Functions
-
initialize_newlines()
: Initializesnewlines
andlag_newlines
. -
initialize_spaces()
: Initializesspaces
. -
initialize_multi_line()
: Initializesmulti_line
. -
initialize_indention_ref_pos_id()
: Initializesindention_ref_ind
. -
initialize_indent()
: Initializesindent
. -
validate_parse_data()
: validates the parse data.
[Package styler version 1.10.3 Index]