Description Usage Arguments Value
View source: R/fishbase_verify_bold_species.R
Add a column named 'fishbase_species_name' to a curated BOLD specimen dataframe. This column gives the species name used to identify the specimen in FishBase If the specimen BOLD species name is not found in FishBase, then a NA value is given.
1 | fishbase_verify_bold_species(datGeoSpecMarkSeqClean)
|
datGeoSpecMarkSeqClean |
A curated dataframe generated by 'prepare_bold_res' function from rgeogendiv package with 80 columns including: 'species_name': this column is a list of string object. The only one necessary to validate species name on FishBase. |
A data.frame with a supplementary column 'fishbase_species_name'. This column is a list of strings. It gives synonyms of species names used by FishBase to describe BOLD specimen. If the specimen BOLD species name is not found in FishBase, then a NA value is given.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.