Learn R Programming

cancensus (version 0.5.0)

remove_from_cancensus_cache: Remove cached files

Description

Remove cached data for paths given

Usage

remove_from_cancensus_cache(paths)

Value

freed-up disk space

Arguments

paths

list of paths to remove, as returned by the path column in `list_cancensus_cache`

Examples

Run this code
if (FALSE) {
# remove the first cached dataset
cache_data <- list_cancensus_cache()

remove_from_cancensus_cache(cache_data$path[1])
}

Run the code above in your browser using DataLab