parse_inaturalist_search | R Documentation |
Parse iNaturalist Taxon Search Results
parse_inaturalist_search(search, types = c("results", "ids"), exact = TRUE,
scientific_name = TRUE, ignore.case = TRUE)
search |
(response) Result of |
types |
(character vector) Data types to parse. |
exact |
(boolean) Whether to only keep results which match the search string exactly. |
scientific_name |
(boolean) Whether to only keep results which a matching scientific name. |
ignore.case |
(boolean) Whether to ignore case. |
Other iNaturalist functions: get_inaturalist_page
,
get_inaturalist_search
,
parse_inaturalist_page
s <- get_inaturalist_search("Malus domestica")
str(parse_inaturalist_search(s))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.