Skip to contents

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

Usage

statuses()

Value

A tibble with 2 columns:

  • status: The full name of the status.

  • status_code: The abbreviations to be used in the get_species(status = ) function.

See also

Examples

statuses()
#> # A tibble: 3 × 2
#>   status       status_code
#>   <chr>        <chr>      
#> 1 Alien        A          
#> 2 Cryptogenic  C          
#> 3 Questionable Q