purgeDatasets {GCDkit}R Documentation

Removing stored datasets from the memory

Description

Removes all the stored datasets (apart from the current one) in order to save memory.

Usage

    purgeDatasets(GUI=FALSE)

Arguments

GUI

logical; is the function called from GUI?

Details

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').

Value

None.

Warning

If not called from a GUI, no warning is issued and all but the current dataset are deleted immediately.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'pokeDataset' 'peekDataset' 'selectDataset'


[Package GCDkit version 4.1 Index]