wrap_else_multiline_curly | R Documentation |
Wrap the else part of a conditional expression into curly braces if not already wrapped into a such.
wrap_else_multiline_curly(pd, indent_by = 2L, space_after = 0L)
pd |
A parse table. |
indent_by |
The amount of spaces used to indent an expression in curly braces. Used for unindention. |
space_after |
How many spaces should be inserted after the closing brace. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.