Clean Up Cached Augmented Data
cleanup.augmented.data.Rd
This function deletes the cached augmented data file from both the persistent storage and temporary directory.
See also
load.augmented.data
for loading the data.
Examples
if (FALSE) { # \dontrun{
# Download and cache the augmented data
augmented.data <- load.augmented.data()
cleanup.augmented.data()
} # }