Get data from LIS about building activity and housing

get_lis_housing(rubrik_nr = 1, periode = "y")

Arguments

rubrik_nr

Number (1 to 5)

  • 1 = Wohnungsbestand (yearly data only)

  • 2 = Wohnsituation (yearly data only)

  • 3 = Wohnungsmieten (yearly data only)

  • 4 = Baugenehmigungen

  • 5 = Baufertigstellungen (yearly data only)

periode

Yearly ('y') or quarterly ('q'). Quarterly data are nor always available.

References

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

Examples

if (FALSE) { # \dontrun{
get_lis_housing(rubrik_nr = 1)
} # }