samplingStrataOutput: Shiny server module for SamplingStrata variable selection

View source: R/samplingStrata_selection.R

samplingStrataOutputR Documentation

Shiny server 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

samplingStrataOutput(input, output, session, dataset)

Arguments

input

standard shiny input

output

standard shiny output

session

standard shiny session object

dataset

is the dataset provided by the user


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