aw_unique: aw_unique

View source: R/aw_data.R

aw_uniqueR Documentation

aw_unique

Description

Get a list of unique names within any taxonomic rank

Usage

aw_unique(rank = NULL, name = NULL)

Arguments

rank

A taxonomic rank. Allowed values are subfamily, genus or species

name

Optional. If left blank, the query will return a list of all unique names inside the supplied rank.

Value

data.frame

See Also

aw_data

Examples

 ## Not run: 
subfamily_list <- aw_unique(rank = "subfamily")
# genus_list <- aw_unique(rank = "genus")
# species_list <- aw_unique(rank = "species")

## End(Not run)

ropensci/AntWeb documentation built on Sept. 29, 2022, 12:59 p.m.