Skip to contents

Get children of an ontology entity

Usage

get_ontology_children(tcm_id)

Arguments

tcm_id

The TCM ontology ID.

Value

A tibble::tibble() with columns: tcm_id, name, name_cn, level, path, children_count, has_children.

Examples

if (FALSE) { # \dontrun{
get_ontology_children("TCM_0001")
} # }