set_line_break_after_opening_if_call_is_multi_line {styler}R Documentation

Sets line break after opening parenthesis

Description

Sets line break after opening parenthesis

Usage

set_line_break_after_opening_if_call_is_multi_line(
  pd,
  except_token_after = NULL,
  except_text_before = NULL,
  force_text_before = NULL
)

Arguments

pd

The parse table.

except_token_after

The tokens after the token that cause an exception.

except_text_before

A character vector with text before a token that does not cause a line break.

force_text_before

A character vector with text before "'('" that forces a line break after every argument in the call.

Details

In general, every call that is multi-line has a line break after the opening parenthesis. Exceptions:


[Package styler version 1.10.3 Index]