rinat (version 0.1.6)

get_inat_user_stats: Get stats on users

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

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: https://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

Run this code
# NOT RUN {
 counts <- get_inat_user_stats(date = "2010-06-14")
# }

Run the code above in your browser using DataLab