parse_eol_page | R Documentation |
Parse Encyclopedia of Life (EOL) Page
parse_eol_page(page, types = c("scientific_names", "common_names"))
page |
(response) Result of |
types |
(character) Data types to parse. |
Other EOL functions: get_eol_page
,
get_eol_search
,
parse_eol_search
s <- get_eol_search("Malus domestica")
id <- parse_eol_search(s, "ids")$ids[1]
pg <- get_eol_page(id)
str(parse_eol_page(pg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.