Importing, Aggregating and Visualising Data From KWB Pilot Plants.
The R package kwb.pilot builds up on the R package aquanes.report with the goal to generalise the functionality, for making it easy to use it in other KWB pilot-plants (e.g. in project SULEMAN).
If you are interested in the capabilities of the R reporting tool, just make sure your computer satisfies the software requirements and subsequently execute the following lines of code below in R/RStudio.
# 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.pilot in R
install.packages('kwb.pilot')
In addition to the original aquanes.report, there are now three additional workflows (and many more functions), for the data import and aggregation of KWB pilot plants which are used in the following projects:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.