Description Usage Arguments Details Value See Also Examples
View source: R/jsBasicGadget.R
RStudio Addin for basic data analysis with external csv/xlsx/sas7bdat/sav/dta file.
1 | jsBasicExtAddin(nfactor.limit = 20, max.filesize = 2048)
|
nfactor.limit |
nlevels limit for categorical variables, Default: 20 |
max.filesize |
Maximum file size to upload (MB), Default: 2048 (2 GB) |
RStudio Addin for basic data analysis with external csv/xlsx/sas7bdat/sav/dta file.
RStudio Addin for basic data analysis with external data.
1 2 3 | if(interactive()){
jsBasicExtAddin()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.