View source: R/UA_UI_Functions.R
BSkyOpenNewDataset | R Documentation |
Creates a blank dataset.
BSkyOpenNewDataset(datasetName, noOfRows = 30, noOfCols = 6)
datasetName |
is the dataset object name which points to the blank dataset that got created. |
BSkyOpenNewDataset( 'mydata' ) # create new blank datagrid. Does not loads it in UI datagrid.
BSkyLoadRefreshDataframe(mydata) # to load the new dataset in the BlueSky Statistics UI datagrid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.