add_concept: Add new taxonomic concepts into taxlist objects

add_conceptR Documentation

Add new taxonomic concepts into taxlist objects

Description

Alternative methods to add new concepts into existing taxlist objects.

Usage

add_concept(taxlist, TaxonName, ...)

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

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

## S4 method for signature '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.


taxlist documentation built on March 31, 2023, 5:22 p.m.