View source: R/Clean_species.R
clean_species | R Documentation |
This correct misspellings, synonyms and flags not recognizes species.
clean_species(species, verbose = TRUE, db = "itis")
species |
A vector of species to check |
data.frame of original and corrected species.
## Not run: species <- c("Osmia rufa", "Osmia bicornis", "Osmia ruffa", "Osmia wikifluqie", "watermelon pie", "Osmia sp.") clean_species(species) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.