update_indention_ref {styler}R Documentation

Update the indention reference

Description

Update the indention reference

Usage

update_indention_ref_fun_call(pd_nested)

update_indention_ref_fun_dec(pd_nested)

Arguments

pd_nested

A nested parse table.

Functions

Examples

## Not run: 
# not re-indented
call(call(
  xyz
))
# re-indented
call(call(1,
          2))

## End(Not run)
## Not run: 
a <- function(x,
              y) {
x + y
}

## End(Not run)

[Package styler version 1.0.2 Index]