contains_else_expr_that_needs_braces | R Documentation |
Checks whether an else expression in a nest needs braces. Note that for if-else-if expressions, there is no need to add braces since the if in else-if will be visited separately with the visitor. This applies to all conditional statements with more than one alternative.
contains_else_expr_that_needs_braces(pd)
pd |
A parse table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.