View source: R/get_inat_obs_user.R
get_inat_obs_user | R Documentation |
Get all the observations of a specific iNaturalist user.
get_inat_obs_user(username, maxresults = 100)
username |
username of the iNaturalist user to fetch records |
maxresults |
the maximum number of results to return |
a list with full details on a given record
## Not run: m_obs <- get_inat_obs(query="Monarch Butterfly") get_inat_obs_user(as.character(m_obs$user_login[1])) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.