default_style_guide_attributes: Initialize default style guide attributes

View source: R/initialize.R

default_style_guide_attributesR Documentation

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

withr::with_options(
  list(styler.cache_name = NULL), # temporarily deactivate cache
  {
    string_to_format <- "call( 3)"
    pd <- compute_parse_data_nested(string_to_format)
    styler:::pre_visit_one(pd, default_style_guide_attributes)
  }
)

r-lib/styler documentation built on April 10, 2024, 4 a.m.