View source: R/validate_species_names.R
| validate_species_names | R Documentation |
Checks species names against the GBIF taxonomic backbone. If an exact match is found, the accepted name (or canonical name) is used. If no exact match is found, the original name is kept and a warning is issued, indicating that the name may be outdated or misspelled.
validate_species_names(comm, verbose = TRUE, delay = 0.5)
comm |
A community matrix (rows = sites, columns = species). |
verbose |
Logical; if TRUE, displays progress messages. |
delay |
Numeric; seconds to wait between API calls (default 0.5). |
A community matrix with updated column names (accepted names when available).
## Not run:
data(ant_community)
comm_validated <- validate_species_names(ant_community, verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.