List the available location sets/groups for regional or point location data.

location_sets(type)

Arguments

type

character, "region" or "point".

Value

a character vector.

Examples

location_sets("region")
#> [1] "AK-CAN" "AK LCC regions" "Alaska L1 Ecoregions" #> [4] "Alaska L2 Ecoregions" "Alaska L3 Ecoregions" "CAVM regions" #> [7] "FMZ regions" "LCC regions" "Political Boundaries" #> [10] "TPA regions"
location_sets("point")
#> [1] "Alaska" "Alberta" "British Columbia" "Manitoba" #> [5] "Saskatchewan" "Yukon"