Skip to contents

Get all descendants of an ontology entity

Usage

get_ontology_descendants(tcm_id, max_level = NULL)

Arguments

tcm_id

The TCM ontology ID.

max_level

Maximum depth to descend (integer or NULL for all).

Value

A tibble::tibble().

Examples

if (FALSE) { # \dontrun{
get_ontology_descendants("TCM_0001", max_level = 2)
} # }