get_inat_user_stats: Get stats on users

Description Usage Arguments Value Examples

View source: R/get_inat_user_stats.R

Description

get stats on which users reported the most species or had tho most observations within a given 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_user_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

uid

get taxon stats by user id

Value

a list with two data frames with of the 5 users with the most observations and the most species

Examples

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

## End(Not run)

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