samplingCubeOutput: Shiny server module for sampling::samplecube balancing...

View source: R/samplingCube_selection.R

samplingCubeOutputR Documentation

Shiny server module for sampling::samplecube balancing 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

samplingCubeOutput(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.