purgeDatasets {GCDkit} | R Documentation |
Removes all the stored datasets (apart from the current one) in order to save memory.
purgeDatasets(GUI=FALSE)
GUI |
logical; is the function called from GUI? |
This function removes all older datasets, regardless whether stored automatically by
the functions 'loadData
' or 'accessVar
', as well as on
demand by 'pokeDataset
'.
Only the most recent copy of the current dataset is preserved (i.e. the last
item within the list 'WRCube
').
None.
If not called from a GUI, no warning is issued and all but the current dataset are deleted immediately.
Vojtěch Janoušek, vojtech.janousek@geology.cz
'pokeDataset
' 'peekDataset
' 'selectDataset
'