mirror of
https://github.com/agdamsbo/prioritized.grouping.git
synced 2025-09-12 02:29:40 +02:00
8 lines
190 B
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")
|