get_inaturalist_page | R Documentation |
Undocumented, but equivalent to the HTML equivalent http://www.inaturalist.org/taxa/:id.json.
get_inaturalist_page(id)
id |
iNaturalist page ID. |
Other iNaturalist functions: get_inaturalist_search
,
parse_inaturalist_page
,
parse_inaturalist_search
s <- get_inaturalist_search("Malus domestica")
id <- parse_inaturalist_search(s, "ids")$ids[1]
pg <- get_inaturalist_page(id)
str(httr::content(pg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.