rinat (version 0.1.4)

get_inat_taxon_stats: Get stats on taxon counts

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

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

Run this code
## Not run: 
#  counts <- get_inat_taxon_stats(date="2010-06-14")
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace