parse_inaturalist_page | R Documentation |
Parse iNaturalist Taxon Page
parse_inaturalist_page(page, types = c("scientific_names", "common_names"))
page |
(response) Result of |
types |
(character vector) Data types to parse. |
Other iNaturalist functions: get_inaturalist_page
,
get_inaturalist_search
,
parse_inaturalist_search
s <- get_inaturalist_search("Malus domestica")
id <- parse_inaturalist_search(s, "ids")$ids[1]
pg <- get_inaturalist_page(id)
str(parse_inaturalist_page(pg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.