prioritized.grouping/shinylive init.R

9 lines
190 B
R
Raw Normal View History

# Typical shiny
shiny::runApp(appDir = here::here("R/"),launch.browser = TRUE)
2024-01-11 09:43:23 +01:00
# Shinylive version
shinylive::export(appdir = "R", destdir = "docs")
httpuv::runStaticServer(dir = "docs")