Skip to contents

Alternative methods to add new concepts into existing taxlist objects.

Usage

add_concept(taxlist, TaxonName, ...)

# S4 method for taxlist,data.frame
add_concept(taxlist, TaxonName, ...)

# S4 method for taxlist,character
add_concept(taxlist, TaxonName, ...)

# S4 method for taxlist,taxlist
add_concept(taxlist, TaxonName, insert_view = FALSE, ...)

update_concept(taxlist, ConceptID, ...)

Arguments

taxlist

A taxlist object.

TaxonName

Character vector with the accepted name for the new taxon concepts.

...

Further arguments passed among methods.

insert_view

A numeric (integer) vector, indicating the views to be inserted in taxlist or the value TRUE (see details).

ConceptID

Concept IDs to be updated.