Learn R Programming

teal.transform (version 0.5.0)

cond_data_extract_single_ui: Creates a panel that displays (with filter and column selection) conditionally on input[ns("dataset")] == dataname

Description

Creates a panel that displays (with filter and column selection) conditionally on input[ns("dataset")] == dataname

Usage

cond_data_extract_single_ui(ns, single_data_extract_spec)

Value

shiny.tag with the HTML code for the panel.

Arguments

ns

(function) the shiny namespace function.

single_data_extract_spec

(data_extract_spec) the specification for extraction of data during the application initialization.

Generated by data_extract_spec().