Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

wm_ranks

Get taxonomic ranks by their identifier


Description

Get taxonomic ranks by their identifier

Usage

wm_ranks_id(rank_id, id = NULL, offset = 1, ...)

wm_ranks_name(rank_name, id = NULL, offset = 1, ...)

Arguments

rank_id

(numeric/integer) a rank identifier. length==1

id

an AphiaID. length==1

offset

(integer) record to start at. default: 1

...

named curl options. see curl::curl_options

rank_name

(character) a rank name. length==1

Value

A tibble/data.frame

Examples

## Not run: 
wm_ranks_id(220)
wm_ranks_id(180)
wm_ranks_id(180, id = 4)

wm_ranks_name("genus")
wm_ranks_name("genus", id = 4)

## End(Not run)

worrms

World Register of Marine Species (WoRMS) Client

v0.4.2
MIT + file LICENSE
Authors
Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.