get_inat_obs_user: Download observations for a user

View source: R/get_inat_obs_user.R

get_inat_obs_userR Documentation

Download observations for a user

Description

Get all the observations of a specific iNaturalist user.

Usage

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

## Not run: 
  m_obs <- get_inat_obs(query="Monarch Butterfly")
  get_inat_obs_user(as.character(m_obs$user_login[1]))

## End(Not run)

rinat documentation built on June 14, 2022, 9:06 a.m.