getLoadedDF {iSPlot} | R Documentation |
getLoadedDF returns the names of the data sets that are loaded in the environment, dataEnv. The environment of this function is dataEnv.
getLoadedDF()
Returns a vector of data set names.
Elizabeth Whalen
# data should be loaded through the Open Data menu item under the File menu data(USArrests) loadDFData(USArrests, "USArrests") x<-getLoadedDF()