wrap_expr_in_curly | R Documentation |
Adds curly braces to an expression (represented as a parse table) if there are none.
wrap_expr_in_curly(pd, stretch_out = c(FALSE, FALSE), space_after = 1L)
pd |
A parse table. |
stretch_out |
Whether or not to create a line break after the opening curly brace and before the closing curly brace. |
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.