jsSurveyGadget {jsmodule} | R Documentation |
Shiny Gadget including Data, Label info, Table 1, svyglm, Basic plot
jsSurveyGadget(data, nfactor.limit = 20)
data |
data |
nfactor.limit |
nlevels limit for categorical variables |
Shiny Gadget including Data, Label info, Table 1, svyglm, Basic plot
Shiny Gadget including Data, Label info, Table 1, svyglm, Basic plot
if (interactive()) {
jsSurveyGadget(mtcars)
}