Skip to contents

Shows the valid environments and their abbreviations. The abbreviations are used in the get_species() function to filter species by environment. Based on the Catalogue Web Service documentation.

Usage

environments()

Value

A tibble with 4 rows and 2 variables:

  • environment: The full name of the environment.

  • env_code: The abbreviation used in the get_species() function.

See also

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

Examples

environments()
#> # A tibble: 4 × 2
#>   environment env_code
#>   <chr>       <chr>   
#> 1 marine      MAR     
#> 2 freshwater  FRW     
#> 3 terrestrial TER     
#> 4 oligohaline OLI