R Package for getting spatial data from FIS-Broker (https://www.stadtentwicklung.berlin.de/geoinformation/fis-broker/).
Installation
For installing the latest release of this R package run the following code below:
# Enable repository from kwb-r
options(repos = c(
kwbr = 'https://kwb-r.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Download and install kwb.fisbroker in R
install.packages('kwb.fisbroker')
# Browse the kwb.fisbroker manual pages
help(package = 'kwb.fisbroker')