Description Usage Arguments Value Examples
Provides a list of all the unique rank names contained in the database and their kingdom and rank ID values.
1  | rank_names(wt = "json", raw = FALSE, ...)
 | 
wt | 
 (character) One of "json" or "xml". Required.  | 
raw | 
 (logical) Return raw JSON or XML as character string. Required.
Default:   | 
... | 
 curl options passed on to crul::HttpClient  | 
a data.frame, with columns:
kingdomname
rankid
rankname
1 2 3 4  | ## Not run: 
rank_names()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.