Get all the observations of a specific iNaturalist user.
Examples
if (FALSE) { # \dontrun{
m_obs <- get_inat_obs(query="Monarch Butterfly")
get_inat_obs_user(as.character(m_obs$user_login[1]))
} # }
Get all the observations of a specific iNaturalist user.
if (FALSE) { # \dontrun{
m_obs <- get_inat_obs(query="Monarch Butterfly")
get_inat_obs_user(as.character(m_obs$user_login[1]))
} # }