Class to handle input from the user. Supports direct paths or input fields
through setDataPath()
.
Super class
TreatmentPatterns::ShinyModule
-> InputHandler
Active bindings
reactiveValues
(
reactiveValues
)
reactiveValues class created by reactiveValues.
Methods
Method uiMenu()
Method to include a menuItem to link to the body.
Method uiBody()
Method to include a tabItem to include the body.
Method server()
Method to handle the back-end.
Method uiDatabaseSelector()
Method to include a uiOutput to select between multiple uploaded files.
Method setDataPath()
Method to dictate where the data is coming from, either from the input
through the shiny application, or from a specified path. When one is
provided, the other is ignored.