R Shiny App to select search area(s) and generate reproducible reports (R Markdown) in support of the project “Reproducible Reports for Species at Risk: Development of a tool to produce consistent reports on Species at Risk within Predicted Exposure Zones (PEZ) for a variety of threats and activities, focusing on Maritimes Region as a pilot”.
install.packages("remotes")
remotes::install_deps()
library(shiny)
runApp("app")
See demo.webm.
app
includes all the files needed to run the application;app/www
includes image (e.g. logos), the.css
file, and report preview once generated;app/R
includes the R files to be loaded (it loads packages and functions);app/Rmd
includes all the.Rmd
files needed to generate the report(s);app/output
includes all outputs once generated: selected geometries as a.geojson
and the report in all format (the different section are also added).