Description Usage Arguments Details Value Author(s) See Also Examples
complete a list of taxonomic names by looking-up missing information on an accepted taxonomic registery
1 | dataQC.completeTaxaNamesFromRegistery(taxaNames)
|
taxaNames |
a character vector. A list with the taxonomic names to look for |
using the API-client connection to the World Registry of Marine Species (WORMS), additional taxonomic information can be added to an existing list of taxa. This function is a wrapper of the wm_name2id and wm_record functions in the worrms package
a dataframe with the following fields:scientificName, scientificNameID, aphID, kingdom, phylum, class, order, family, genus, specificEpithet, scientificNameAuthorship, namePublishedInYear
Maxime Sweetlove CC-0 2020
Other quality control functions:
dataQC.LatitudeLongitudeCheck()
,
dataQC.TaxonListFromData()
,
dataQC.TermsCheck()
,
dataQC.dateCheck()
,
dataQC.eventStructure()
,
dataQC.findNames()
,
dataQC.generate.footprintWKT()
,
dataQC.guess.env_package.from.data()
,
dataQC.taxaNames()
1 | dataQC.completeTaxaNamesFromRegistery("Aulacoseira")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.