ts_reporter: Taxonomic spelling reporter

Description Usage Arguments Value Examples

View source: R/ts_reporter.R

Description

Taxonomic spelling reporter

Usage

1
ts_reporter(x, dict = ts_dict("plants_tpl"))

Arguments

x

(character) vector of taxonomic names. required

dict

(hunspell_dictionary) a hunspell dictionary, see ts_dict()

Value

prints suggestions for names without exact matches

Examples

1
2
3
4
5
6
## Not run: 
x <- c("Helianthus", "Helianthos", "Helionthus",
"Helianthuss", "helianthus", "Hellianthos")
ts_reporter(x)

## End(Not run)

ropenscilabs/taxspell documentation built on Dec. 6, 2020, 6:23 a.m.