Add child concept ID(s) to parent concept ID(s)
add_children.Rd
A helper function to add child concept ID(s) to a vector of parent concept ID(s).
See also
add_synonyms()
to add synonym concept ID(s) to a vector of concept ID(s).get_concept_names()
to map a vector of concept ID(s) to a vector of concept name(s).
Examples
if (FALSE) { # \dontrun{
add_children('f4fadfb7-f4d2-530f-b950-ca8cc854f70e', ds$concept_ancestor)
add_children('f4fadfb7-f4d2-530f-b950-ca8cc854f70e', ds$concept_ancestor) %>%
get_concept_names(concept_ids = ., concept_table = ds$concept)
} # }