zb_id: Get data by identifier

View source: R/zb_id.R

zb_idR Documentation

Get data by identifier

Description

Get data by identifier

Usage

zb_id(id, parse = TRUE, ...)

zb_id_(id, ...)

zb_matching_(id, ...)

Arguments

id

(integer/numeric) Any ZooBank identifier, for taxon, author or publication. required

parse

(logical) Whether to parse to list (FALSE) or data.frame (TRUE). If TRUE, we also give back a tibble for easier consumption. Default: TRUE

...

Curl options passed to HttpClient

Examples

## Not run: 
zb_id(id = "6EA8BB2A-A57B-47C1-953E-042D8CD8E0E2")

## End(Not run)

ropenscilabs/zbank documentation built on Sept. 11, 2022, 7:55 a.m.