Histogram App
histogramApp.Rd
This module function comes from the Case study: histogram section of Mastering Shiny.
Histogram App
The histogramApp()
is built using the datasetInput()
/datasetServer()
,
selectVarInput()
/selectVarServer()
and histogramOutput()
/histogramServer()
modules.