/Shiny-Modules-Tutorials

This repository is related to the blogpost

Primary LanguageROtherNOASSERTION

Install the package

# install.packages("remotes")
remotes::install_github("ardata-fr/Shiny-Modules-Tutorials")

List & run Shiny applications examples

library(shinyModulesTuto)
listEx()
runEx(listEx()[1])

List of examples applications :

runEx("app-vs-module")
runEx("module-vs-app")
  • Data from Application updated in Module, Online app
runEx("app-pong-module")
runEx("whole-app")