Skip to contents

Taxonomy provider for Generating Taxonomic names.

Names

Names were taken from Theplantlist. 500 genera names and 500 epithets were chosen at random from the set of 10,000 names in the dataset in the taxize package. Theplantlist is, as it says on the tin, composed of plant names - so these fake names are derived from plant names if that matters to you. These may generate names that match those of real taxa, but may not as well.

Taxonomic authority

Randomly, the taxonomic authority is in parentheses - which represents that the given authority was not the original authority.

Super classes

charlatan::BareProvider -> charlatan::BaseProvider -> charlatan::TaxonomyProvider -> TaxonomyProvider_en_US

Examples

(z <- TaxonomyProvider_en_US$new())
#> < TaxonomyProvider >
#> locale: en_US
z$genus()
#> [1] "Morus"
z$epithet()
#> [1] "radschirdensis"
z$species()
#> [1] "Lewisia subtorquatum"
z$species(authority = TRUE)
#> [1] "Antrocaryon leratii Cronin"
## FIXME - datetimeprovider slow - may be related to unix time problem
# z$species(authority = TRUE, date = TRUE)