styler (version 1.1.1)

default_style_guide_attributes: Initialize default style guide attributes

Description

This function initializes and removes various variables from the parse table.

Usage

default_style_guide_attributes(pd_flat)

Arguments

pd_flat

A parse table.

Examples

Run this code
# NOT RUN {
string_to_format <- "call( 3)"
pd <- styler:::compute_parse_data_nested(string_to_format)
styler:::pre_visit(pd, c(default_style_guide_attributes))
# }

Run the code above in your browser using DataCamp Workspace