Skip to contents

This module function comes from the Getting started: UI input + server output section of Mastering Shiny.

Usage

datasetApp(filter = NULL)

Arguments

filter

limit the options of built-in datasets (i.e., is.data.frame or is.matrix)

Value

shiny application

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.