Skip to contents

This module function comes from the Case study: histogram section of Mastering Shiny.

Usage

histogramApp()

Value

shiny app

Histogram App

The histogramApp() is built using the datasetInput()/datasetServer(), selectVarInput()/selectVarServer() and histogramOutput()/histogramServer() modules.