children.RdThis function allows the user to recursively/non-recursively access a block object's children. NOTE: Pages are also blocks and therefore may have children as well.
children(x, recursive = TRUE)
| x | A page or block. |
|---|---|
| recursive | A boolean value. If |
If recursive, a tree containing all block children. Otherwise a single-level list of block children.