Skip to contents

Shows the valid taxonomic ranks. The ranks are used in the get_species() function to filter species by taxonomic rank. Based on the Catalogue Web Service documentation.

Usage

ranks()

Value

A tibble with 1 column:

  • rank: The valid taxonomic ranks.

See also

Other misc functions: countries(), environments(), regions()

Examples

ranks()
#> # A tibble: 5 × 1
#>   rank   
#>   <chr>  
#> 1 kingdom
#> 2 phylum 
#> 3 class  
#> 4 order  
#> 5 family