View source: R/tree-navigate.R
Returns the segment ids of all segments that are children (and grandchildren and great-grandchildren...) of a parent segment specified.
| 1 2 3 4 5 6 7 | segChildrenAll(
  object,
  segment,
  include.self = F,
  original.joins = F,
  format = c("unary", "binary")
)
 | 
| object | An URD object | 
| segment | (Character) Name of segment to start from | 
| include.self | (Logical) Should  | 
| original.joins | (Logical) Should children be drawn from  | 
| format | (Character: "unary" or "binary") Reflects the storage structure of  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.