ts_check: Check taxonomic spelling

Description Usage Arguments Details Value Examples

View source: R/ts_check.R

Description

Check taxonomic spelling

Usage

1
ts_check(x, dict = ts_dict("tpl"))

Arguments

x

(character) vector of taxonomic names. required

dict

(hunspell_dictionary) a hunspell dictionary, see ts_dict()

Details

uninomials only for now

Value

tibble/data.frame of the form:

Examples

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

## End(Not run)

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