prioritized.grouping/shinylive init.R

8 lines
190 B
R

# Typical shiny
shiny::runApp(appDir = here::here("R/"),launch.browser = TRUE)
# Shinylive version
shinylive::export(appdir = "R", destdir = "docs")
httpuv::runStaticServer(dir = "docs")