BSkycloseDataset: BSkycloseDataset closes a dataset, removing it from the R.

View source: R/UA_UI_Functions.R

BSkycloseDatasetR Documentation

BSkycloseDataset closes a dataset, removing it from the R.

Description

BSkycloseDataset closes a dataset, removing it from the R.

Usage

BSkycloseDataset(dataSetNameOrIndex)

Arguments

dataSetNameOrIndex

is the name of the dataset that is to be closed.

Examples

df <-data.frame(A=c(1,2,3), B=c(4,5,6), C=c(6,7,8))
BSkycloseDataset(df)

BlueSkyStatistics/BlueSky documentation built on April 14, 2025, 7:39 a.m.