parse_col_page: Parse Catalogue of Life (COL) Page

View source: R/col.R

parse_col_pageR Documentation

Parse Catalogue of Life (COL) Page

Description

Parse Catalogue of Life (COL) Page

Usage

parse_col_page(page, types = c("scientific_names", "common_names"))

Arguments

page

(response) Result of get_col_page.

types

(character) Data types to parse.

See Also

Other COL functions: build_col_scientific_name, get_col_page, get_col_search, parse_col_search

Examples

s <- get_col_search("Malus domestica")
id <- parse_col_search(s, "ids")$ids[1]
pg <- get_col_page(id)
str(parse_col_page(pg))

falling-fruit/fruitr documentation built on Dec. 21, 2024, 8:32 p.m.