Description Usage Arguments Value
Internal tool function that returns the children expressions of an R expression or the
empty list if there are no children, i.e. if the expression is atomic or NULL
.
If the expression is a "function" expression, i.e. an expression that would evaluate
to a function, exprChildrenOrEmptyList
will return the function body expression
as the only child.
1 | exprChildrenOrEmptyList(expr)
|
expr |
The expression to return the children for. |
The expression's children as a list, or the empty list if there are none.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.