names_list | R Documentation |
Family and order names come from the APG plant names list. Genus and species names come from Theplantlist.org.
names_list(rank = "genus", size = 10)
rank |
(character) Taxonomic rank, one of species, genus (default), family, order |
size |
(integer/numeric) Number of names to get. Maximum depends on the rank |
character vector of taxonomic names
Scott Chamberlain
names_list()
names_list('species')
names_list('genus')
names_list('family')
names_list('order')
names_list('order', 2)
names_list('order', 15)
# You can get a lot of genus or species names if you want
nrow(theplantlist)
names_list('genus', 500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.