Skip to contents

This module function comes from the Modules inside of modules section of Mastering Shiny.

Usage

selectDataVarApp(filter = is.numeric)

Arguments

filter

variable filter (i.e., is.numeric or is.character)

Value

shiny app

Reactive values

The only changes to this application include a call to verbatimTextOutput() in the UI, which renders the contents of reactiveValuesToList() in the server. The renderPrint() output contains the inputIds for the modules in the application.