Skip to contents

Shiny Gadget including Data, Label info, Table 1, svyglm, Basic plot

Usage

jsSurveyGadget(data, nfactor.limit = 20)

Arguments

data

data

nfactor.limit

nlevels limit for categorical variables

Value

Shiny Gadget including Data, Label info, Table 1, svyglm, Basic plot

Details

Shiny Gadget including Data, Label info, Table 1, svyglm, Basic plot

Examples

if (interactive()) {
  jsSurveyGadget(mtcars)
}