| names_list {taxize} | 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 |
Taxonomic rank, one of species, genus (default), family, order. |
size |
Number of names to get. Maximum depends on the rank. |
Vector of taxonomic names.
Scott Chamberlain myrmecocystus@gmail.com
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)