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