Set line break for multi-line function calls
set_line_break_before_closing_call(pd, except_token_before)remove_line_break_in_fun_call(pd, strict)
A parse table.
A character vector with text before "')'" that do not cause a line break before "')'".
A character vector with tokens after "'('" that do not cause a line break after "'('".
A character vector with text before "'('" that do not cause a line break after "'('".
A character vector with text before "'('" that forces a line break after every argument in the call.
set_line_break_before_closing_call()
: Sets line break before
closing parenthesis.