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

Description Usage Arguments Value Examples

View source: R/rank_names.R

Description

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

Usage

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

Examples

1
2
3
4
## Not run: 
rank_names()

## End(Not run)

ritis documentation built on Feb. 2, 2021, 9:06 a.m.