rank_names: Provides a list of all the unique rank names contained in the...

View source: R/rank_names.R

rank_namesR Documentation

Provides a list of all the unique rank names contained in the database and their kingdom and rank ID values.

Description

Provides a list of all the unique rank names contained in the database and their kingdom and rank ID values.

Usage

rank_names(wt = "json", raw = FALSE, ...)

Arguments

wt

(character) One of "json" or "xml". Required.

raw

(logical) Return raw JSON or XML as character string. Required. Default: FALSE

...

curl options passed on to crul::HttpClient

Value

a data.frame, with columns:

  • kingdomname

  • rankid

  • rankname

Examples

## Not run: 
rank_names()

## End(Not run)

ropensci/ritis documentation built on Sept. 29, 2022, 8:52 p.m.