Get data from LIS about Leipzig's districts

get_lis_kd(kategorie_nr = 1)

Arguments

kategorie_nr

Number (1 to 10 and 12)

  • 1 = Lage und Territorium (Geography)

  • 2 = Bevoelkerungsbestand (Population)

  • 3 = Bevoelkerungsbewegung (Population movement)

  • 4 = Gesundheit und Soziales (Public health and social affairs)

  • 5 = Bildung (Education)

  • 6 = Bautaetigkeit und Wohnen (Building activity and housing)

  • 7 = Erwerbstaetigkeit und Arbeitsmarkt (Occupation and labour market)

  • 8 = Wirtschaft (Economy)

  • 9 = Einkommen und Preise (Income and prices)

  • 10 = Verkehr (Traffic)

  • 12 = Oeffentliche Ordnung und Infrastruktur (Crime)

References

https://statistik.leipzig.de/statserv/servod.aspx

Examples

if (FALSE) { # \dontrun{
get_lis_kd(kategorie_nr = 1)
} # }