View source: R/rules-line-breaks.R
find_line_break_position_in_multiline_call | R Documentation |
Given a multi-line function call parse table, this function finds the position of the first named argument and breaks returns the index of it. If there is no named argument, the line is broken right after the opening parenthesis.
find_line_break_position_in_multiline_call(pd)
pd |
A parse table. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.