View source: R/jsBasicGadget.R
jsBasicGadget | R Documentation |
Shiny Gadget including Data, Label info, Table 1, Regression(linear, logistic), Basic plot
jsBasicGadget(data, nfactor.limit = 20)
data |
data |
nfactor.limit |
nlevels limit for categorical variables |
Shiny Gadget including Data, Label info, Table 1, Regression(linear, logistic), Basic plot
Shiny Gadget including Data, Label info, Table 1, Regression(linear, logistic), Basic plot
if (interactive()) {
jsBasicGadget(mtcars)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.