Description Usage Arguments Value Examples
Taxonomic spelling reporter
1  | ts_reporter(x, dict = ts_dict("plants_tpl"))
 | 
x | 
 (character) vector of taxonomic names. required  | 
dict | 
 (hunspell_dictionary) a hunspell dictionary, see   | 
prints suggestions for names without exact matches
1 2 3 4 5 6  | ## Not run: 
x <- c("Helianthus", "Helianthos", "Helionthus",
"Helianthuss", "helianthus", "Hellianthos")
ts_reporter(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.