
Get the code identifiers a code's descendents
Source:R/get_childCodeIds.R
, R/get_descendentCodeIds.R
get_childCodeIds.Rd
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.
Usage
get_childCodeIds(
x,
parentCodeId,
returnNodes = FALSE,
includeParentCode = FALSE
)
get_descendentCodeIds(x, parentCodeId, includeParentCode = FALSE)