add_concept {taxlist} | R 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 |
ConceptID |
Concept IDs to be updated. |
[Package taxlist version 0.3.0 Index]