Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

dirkschumacher/RBerlinData

Repository files navigation

Build Status BerlinData

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.

Installation

To get the current development version from github:

# install.packages("devtools")
devtools::install_github("dirkschumacher/RBerlinData")

Usage

result <- searchBerlinDatasets(query = "stolpersteine")
summary(result)
dataset <- getDatasetMetaData(result[[2]])
summary(dataset)
resource_list <- resources(dataset)
summary(resource_list)
data <- download(resource_list[[1]])

Versioning

It uses Semantic Versioning 2 for version numbering.

About

Open data for Berlin in R [project is abandoned]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages