Skip to contents

This function deletes the cached augmented data file from both the persistent storage and temporary directory.

Usage

cleanup.augmented.data()

Value

NULL. Used for side effects.

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()
} # }