rinat (version 0.1.6)

get_inat_obs_id: Get information on a specific observation

Description

Get information on a specific observation

Usage

get_inat_obs_id(id)

Arguments

id

a single id for an iNaturalist observation record

Value

a list with full details on a given record

Examples

Run this code
# NOT RUN {
m_obs <- get_inat_obs(query="Monarch Butterfly")
get_inat_obs_id(m_obs$id[1])
# }

Run the code above in your browser using DataCamp Workspace