get_geographies: Get Available Geographies

View source: R/get_geographies.R

get_geographiesR Documentation

Get Available Geographies

Description

get_geographies either retrieves a data frame with all available geographies or all existing units for a given geography

Usage

get_geographies(geography = NULL)

Arguments

geography

geography as string or NULL

Value

a data.frame either with the columns Kurzname (geography name), ID (geography identifier) and NGeb (number of units) or with the columns Schlüssel (unit identifier) and Name (unit name).

Examples


 # Available geographies  
 get_geographies()

	# All districts 
	get_geographies("KRS")




bonn documentation built on March 31, 2023, 11:48 p.m.