Learn R Programming

AntWeb (version 0.7)

aw_unique: 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

Run this code
subfamily_list <- aw_unique(rank = "subfamily")
# genus_list <- aw_unique(rank = "genus")
# species_list <- aw_unique(rank = "species")

Run the code above in your browser using DataLab