data_extract_single_ui: Returns a 'shiny.tag' with the UI elements for a...

View source: R/data_extract_single_module.R

data_extract_single_uiR Documentation

Returns a shiny.tag with the UI elements for a data_extract_spec

Description

Returns a shiny.tag with the UI elements for a data_extract_spec

Usage

data_extract_single_ui(id = NULL, single_data_extract_spec)

Arguments

id

(character(1)) the id of the module.

single_data_extract_spec

(data_extract_spec) the data_extract_spec() object to handle.

Details

Creates a shiny.tag element defining the UI elements corresponding to a single data_extract_spec object.

Value

shiny.tag the HTML element defining the UI.


teal.transform documentation built on May 29, 2024, 5:06 a.m.