
Format associated species, and spell check them internally
associates_spell_check.Rd
Apply proper capitalization to the species, and spell check all components.
Examples
if (FALSE) { # \dontrun{
df <- data.frame('Vegetation' = 'Cypers sp., Persicara spp.,
Eupatorium occidentalis, Eryngium articuatum, Menta canadense')
p2tax <- '/media/steppe/hdd/Barneby_Lives-dev/taxonomic_data'
associates_spell_check(df, column = 'Vegetation', path = p2tax)
} # }