Shiny-Modules-Tutorials
Shiny-Modules-Tutorials copied to clipboard
This repository is related to the blogpost
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 :
- Data from Application to Module, Online app
runEx("app-vs-module")
- Data from Module to Application, Online app
runEx("module-vs-app")
- Data from Application updated in Module, Online app
runEx("app-pong-module")
- Application with all examples, Online app
runEx("whole-app")
