samplingStrataInput: Shiny UI module for SamplingStrata variable selection

View source: R/samplingStrata_selection.R

samplingStrataInputR Documentation

Shiny UI module for SamplingStrata variable selection

Description

This module creates the inputs and also updates them after dataset is available. Due to the construction of this module, the inputs are availble in the global environment under input$[id-ns(inputs)]. This means to reference i.e to the selectizeInput ns("strat_var_cont) with the hypotetical id "stratInputs" you have to use input$'stratInputs-strat_var_cont'.

Usage

samplingStrataInput(id)

Arguments

id

Namespace identifier

Value

file with data.table of uploaded data


michael-cw/SurveySolutionsCOVID19tools documentation built on Oct. 4, 2022, 10:34 a.m.