View source: R/UA_UI_Functions.R
BSkycloseDataset | R Documentation |
BSkycloseDataset closes a dataset, removing it from the R.
BSkycloseDataset(dataSetNameOrIndex)
dataSetNameOrIndex |
is the name of the dataset that is to be closed. |
df <-data.frame(A=c(1,2,3), B=c(4,5,6), C=c(6,7,8))
BSkycloseDataset(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.