dataSubsetInput: Shiny module UI for selecting a subsetted dataset

View source: R/dataSubset.R

dataSubsetInputR Documentation

Shiny module UI for selecting a subsetted dataset

Description

Create a selection input that subsets a dataset

Usage

dataSubsetInput(id, label = NULL)

Arguments

id

Character ID for specifying namespace, see shiny::NS.

label

Optional, a label for the datase; currently this goes into the placeholder rather than as input label

Value

A shiny::tagList for UI to subset a dataset.

See Also

Other dataSubset functions: dataSubsetServer()


avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.