check_names | R Documentation |
This function checks the spelling of common names for West Coast fish species. It aims to help harmonize datasets based on common names.
check_names(names, return = 1)
names |
A character vector of species common names |
return |
1 returns a list formatted for recoding and 2 returns a data frame |
A list or data frame showing suggestions for misspelled common names
# Suggest spelling corrections for common names
check_names(names=c("Pacific codd", "CA spiny lobster", "Dungeness crab", "Crab, Dungness"), return=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.