An R
Package for producing Risk Analysis Reports
This package contains a set of functions that are used to help produce a
Risk Analysis Report. These functions help automate and standardize
report production using the bookdown
package. These functions can be
grouped into three broad categories.
- Access Data - These functions are used to extract data from USACE enterprise databases where the data is being entered and maintained by risk managers.
- Format Pages - These functions are used to programmatically create report links and headers.
- Produce Figures - These functions are used to create figures needed for risk reporting.
Funding for development and maintenance of rarr
has been
provided by the following US Army Corps of Engineers (USACE) programs:
Check out the News for details on the latest updates.
- Michael Dougherty, Geographer, Rock Island District, U.S. Army Corps of Engineers https://orcid.org/0000-0002-1465-5927
- Barrie Chileen Martinez, Geographer, Rock Island District, U.S. Army Corps of Engineers https://orcid.org/0000-0002-6960-8167
To install the rarr
package, install from GitHub using the remotes
package:
remotes::install_github(repo = "MVR-GIS/rarr")
For more information on rarr
and its usage, access the package website here:
https://mvr-gis.github.io/rarr/
If you find any bugs using rarr
, please open an
issue.