get_inaturalist_search | R Documentation |
Undocumented, but equivalent to the HTML equivalent http://www.inaturalist.org/taxa/search.
get_inaturalist_search(q, is_active = "true")
q |
(character) Search string. |
is_active |
Either "true", "false", or "any". |
Other iNaturalist functions: get_inaturalist_page
,
parse_inaturalist_page
,
parse_inaturalist_search
s <- get_inaturalist_search("Malus domestica")
str(httr::content(s))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.