List of available regions in Global Fishing Watch platforms, EEZs, MPAs, and RFMOs

get_regions(region_source = "EEZ", key = gfw_auth())

Arguments

region_source

string, source of region data ("EEZ", "MPA", "RFMO')

key

Character, API token. Defaults to gfw_auth().

Value

A dataframe with all region ids and names for specified region type

See also

Examples

if (FALSE) { # \dontrun{
get_regions(region_source = "EEZ")
get_regions(region_source = "RFMO")
get_regions(region_source = "MPA")
} # }