# R output pre blocks are styled by default to indicate output knitr::opts_chunk$set(comment = NA) # shorthand for rd_link() - see ?packagedocs::rd_link for more information rdl <- function(x) packagedocs::rd_link(deparse(substitute(x)))
This is an R shiny app to visualize the results of flood forecasting models at NVE.
In Package Ref, you'll find the documentation of all the packaged functions that are used by the app.
The app uses .Rdata files that are produced by the NVEDATA package (documentation and code) through the default function call:
load_flood_data()
One data file per model is saved to the /data directory and will then be read by the app.
Please refer to the documentation of NVEDATA to see which local network paths are used. Those paths are specified as default directories for the parsing functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.