The R
package BerlinData
gives you easy access to data.berlin.de. This is currently the development version.
THIS PACKAGE DOES NOT FULLY WORK ANYMORE. It is abandoned :( If someone wants to fix it, please send a PR.
Also check out the project website.
To get the current development version from github:
# install.packages("devtools")
devtools::install_github("dirkschumacher/RBerlinData")
result <- searchBerlinDatasets(query = "stolpersteine")
summary(result)
dataset <- getDatasetMetaData(result[[2]])
summary(dataset)
resource_list <- resources(dataset)
summary(resource_list)
data <- download(resource_list[[1]])
It uses Semantic Versioning 2 for version numbering.