get_inat_obs_user: Download observations for a user

Description Usage Arguments Value Examples

View source: R/get_inat_obs_user.R

Description

Get all the observations of a specific inaturalist user

Usage

1
get_inat_obs_user(username, maxresults = 100)

Arguments

username

Username of the 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_inat_obs(query="Monarch Butterfly")
  get_inat_obs_user(as.character(m_obs$User.login[1]))

## End(Not run)

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