Skip to contents

R Package with Functions for Scraping Data of Wasserportal Berlin (https://wasserportal.berlin.de), which contains real-time data of surface water and groundwater monitoring stations.

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 wasserportal in R
install.packages('wasserportal')

# Browse the wasserportal manual pages
help(package = 'wasserportal')

Usage

Checkout the Tutorial article on how to use this R package for scraping data from the Wasserportal Berlin, which is performed automatically every day at 5 am UTC using GitHub actions.

How this data can be used directly from within R is shown in the Groundwater article.