inst/shiny/readme.md

Debugging

# Enable Shiny tracing (run once per session)
options(shiny.trace = TRUE)

# Run Shiny instance
rmarkdown::run("inst/shiny/app.Rmd")

# Run shiny instance in browser
rmarkdown::run("inst/shiny/app.Rmd", shiny_args = list(launch.browser = TRUE))


Try the idcnrba package in your browser

Any scripts or data that you put into this service are public.

idcnrba documentation built on Nov. 21, 2023, 9:07 a.m.