Learn R Programming

zbank (version 0.1.0)

zb_id: 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

Run this code
# NOT RUN {
zb_id(id = "6EA8BB2A-A57B-47C1-953E-042D8CD8E0E2")
# }

Run the code above in your browser using DataLab