get_obs_inat_user: Get all the observations of a specific user

Description Usage Arguments Value Examples

View source: R/get_obs_inat_user.R

Description

Get all the observations of a specific user

Usage

1
  get_obs_inat_user(username, maxresults = 100)

Arguments

username

Username of inaturalist user to fetch records

maxresults

the maximum number of results to return

Value

a list with full details on a given record

Examples

1
2
3
4
5
## Not run: 
  m_obs <- get_obs_inat(query="Monarch Butterfly")
  get_obs_inat_id(m_obs$Id[1])

## End(Not run)

rinat documentation built on May 2, 2019, 4:43 p.m.