ancestors_names | R Documentation |
obtain list of names of a set of ancestors
ancestors_names(anclist)
anclist |
output of 'ancestors' |
list of vectors of character()
non-entities are removed and names are extracted
pa = get_ordo_owl_path()
orde = setup_entities(pa)
al = ancestors(orde[1001:1002])
ancestors_names(al)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.