parse_eol_search | R Documentation |
Parse Encyclopedia of Life (EOL) Search Results
parse_eol_search(search, types = c("results", "ids"))
search |
(response) Result of |
types |
(characte vector) Data types to parse. |
Other EOL functions: get_eol_page
,
get_eol_search
,
parse_eol_page
s <- get_eol_search("Malus domestica")
str(parse_eol_search(s)) # few equivalent results
s <- get_eol_search("Abelmoschus")
str(parse_eol_search(s)) # one result
s <- get_eol_search("Forbidden fruit")
str(parse_eol_search(s)) # no results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.