8000 GitHub - sumtxt/wiesbaden: Client to Access Databases from the Federal Statistical Office of Germany (DESTATIS)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Client to Access Databases from the Federal Statistical Office of Germany (DESTATIS)

Notifications You must be signed in to change notification settings

sumtxt/wiesbade 8000 n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiesbaden

CRAN_Status_Badge Downloads Downloads

Caution

The Federal Statistical Office of Germany (DESTATIS) will discontinue the old API endpoint currently used by this R package, which means the package will stop working for genesis.destatis.de in mid-2025. The old API endpoints for the other databases—regionalstatistik.de, bildungsmonitoring.de, and landesdatenbank.nrw.de—will also be shut down in the near future. There are no plans to update this package to support the new API endpoints, so users are encouraged to switch to the R package restatis which provides similar functionality compared to wiesbaden and uses the modern API endpoints.

Since 2016 the R package wiesbaden provides functions to directly retrieve data from databases maintained by the Federal Statistical Office of Germany (DESTATIS) in Wiesbaden. The package uses the SOAP XML web service from DESTATIS (PDF Documentation).

Access to the following databases is implemented:

Note, to access any of the databases using this package, you need to register on the respective website to get a personal login name and password. The registration is free.

Installation

You can install the package directly from CRAN:

install.packages("wiesbaden")

Or install the latest version from Github using:

remotes::install_github("sumtxt/wiesbaden", force=TRUE)

Usage

The package helps with retrieving the data cubes which are used to construct the data tables available as csv files via the web application of each database. The data cubes are long format data tables that are much easier to process as compared to the csv files. For details on how to use the package: Getting Started with wiesbaden.

The package also helps with importing the German municipality register files via the function read_gv100(). For more information see the help file of this function.

Users that wish to work with the csv files might find the download_csv() and read_header_genesis() in this package helpful. The former can be used to automate downloads and the latter facilitates importing downloaded files. Users might also wish to check the R package destatiscleanr github.com/cutterkom/destatiscleanr.

FAQ

  • Does this package work with a proxy? Yes. Set the proxy globally before calling any package command, e.g.:

     httr::set_config(httr::use_proxy(
     		"your.proxy", port = 1234, auth = "basic"))
    
     data <- retrieve_data(tablename="14111KJ002", 
     		genesis=c(db="regio"))

Similar and Complementary Packages

About

Client to Access Databases from the Federal Statistical Office of Germany (DESTATIS)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0