
check that family is spelledcorrectly.
family_spell_check.Rd
this function attempts to verify the spelling of a user submitted taxonomic name.
Examples
if (FALSE) { # \dontrun{
names <- data.frame(
Collection_number = 1:3,
Family = c('Asteracea', 'Flabaceae', 'Onnagraceae')
)
spelling <- family_spell_check(names, path = '../taxonomic_data')
} # }