aw_distinct: aw_distinct

Description Usage Arguments Examples

Description

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

Usage

1
2
3
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

1
2
3
4
## Not run: 
aw_distinct(rank = "genus", country = "Madagascar")

## End(Not run)

AntWeb documentation built on May 2, 2019, 3:43 p.m.