Novartis / tidymodules

An Object-Oriented approach to Shiny modules
https://opensource.nibr.com/tidymodules
Other
143 stars 11 forks source link

Automate the use of self$getShinyInput()/self$getShinyOutput() #29

Open DivadNojnarg opened 4 years ago

DivadNojnarg commented 4 years ago

In the tmPack package:

input <- self$getShinyInput()
output <- self$getShinyOutput()

This code should be added when creating a new module class using the corresponding tm snippet.