Launch the ccviR app to calculate the NatureServe Climate Change
Vulnerability Index. See vignette("app_vignette", package = "ccviR")
for details on how to use the app.
The directory to locate files from or "demo" to use the demo data included in the package.
logical. Run CCVI app in browser?
If launch.browser is FALSE, specify port to run CCVI app.
Should the app be launched using shiny test.mode. Only set to TRUE for debugging.
A shiny app.
if(interactive()){
run_ccvi_app("demo")
}