Skip to contents

Get Regions

Usage

get_regions(id = NULL, output = "df")

Arguments

id

Optional id of a specific region, normally all regions are returned.

output

Return a df (default) or named list.

Value

A tibble of region id and name.

Examples

if (FALSE) {
get_regions()
}