View source: R/get_childCodeIds.R
get_childCodeIds | R Documentation |
Get the code identifiers of all children, or all descendents (i.e. including grand-children, grand-grand-children, etc) of a code with a given identifier.
get_childCodeIds(
x,
parentCodeId,
returnNodes = FALSE,
includeParentCode = FALSE
)
get_descendentCodeIds(x, parentCodeId, includeParentCode = FALSE)
x |
The parsed sources object |
parentCodeId |
The code identifier of the parent code |
returnNodes |
For |
includeParentCode |
Whether to include the parent code identifier in the result |
A character vector with code identifiers (or a list of nodes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.