Learn R Programming

AntWeb (version 0.7)

aw_distinct: aw_distinct

Description

Retrieves a data.frame of distinct ranks based on various restrictions

Usage

aw_distinct(rank = "genus", habitat = NULL, country = NULL,
  min_elevation = NULL, max_elevation = NULL, limit = 1000,
  offset = NULL)

Arguments

rank
= "genus" Default is genus. But you can also use phylum, sub-phylum etc
habitat
The habitat type
country
Country name
min_elevation
Min elevation recorded for specimen
max_elevation
Max elevation recorded for specimen
limit
= 1000 Default limit. Set higher if necessary
offset
To be used in conjunction with limit

Examples

Run this code
aw_distinct(rank = "genus", country = "Madagascar")

Run the code above in your browser using DataLab