Skip to contents

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

Usage

impacts()

Value

A tibble with 2 columns:

  • impact: The full name of the impact level.

  • impact_code: The abbreviation to be used in the get_species(impact = ) function.

See also

Examples

impacts()
#> # A tibble: 2 × 2
#>   impact impact_code
#>   <chr>  <chr>      
#> 1 high   hi         
#> 2 low    lo