c,ontology_list-method {struct}R Documentation

catenate ontology_lists

Description

ontology_lists can be catenated with other ontology lists or with ontology_items.

Usage

## S4 method for signature 'ontology_list'
c(x, ...)

Arguments

x

an ontology_list()

...

any number of ontology_list() or ontology_item() objects to catenate

Value

an ontology_list()


[Package struct version 1.6.0 Index]