get_inat_taxon_stats: Get stats on taxon counts

Description Usage Arguments Value Examples

View source: R/get_inat_taxon_stats.R

Description

get stats on taxa within a constrained range. This range can be by user, place, project, day or date range. Output will be a count of the total number of taxa observed at each taxonomic level.

Usage

1
2
get_inat_taxon_stats(date = NULL, date_range = NULL, place = NULL,
  project = NULL, uid = NULL)

Arguments

date

retrieve observations on a specific date, must be a string in the form YYYY-MM-DD

date_range

a vector of dates, in the form YYYY-MM-DD

place

get taxon stats by place, you can find place id's on the iNaturalist page: http://www.inaturalist.org/places, must be a numeric ID

project

get taxon stats by project id (numeric ID)

uid

get taxon stats by user id (string)

Value

a vector listing counts of observations at each level of identification possible (species, genus, etc..)

Examples

1
2
3
4
## Not run: 
 counts <- get_inat_taxon_stats(date="2010-06-14")

## End(Not run)

luismurao/naturalr documentation built on May 21, 2019, 8:56 a.m.