Learn R Programming

zbank (version 0.1.0)

zb_matching: Matching taxon name service

Description

Matching taxon name service

Usage

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

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_matching(id = "FFF7160A-372D-40E9-9611-23AF5D9EAC4C")
# }

Run the code above in your browser using DataLab