add_concept | R Documentation |
Alternative methods to add new concepts into existing taxlist
objects.
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, ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.