powered by
Remove cached data for paths given
remove_from_cancensus_cache(paths)
freed-up disk space
list of paths to remove, as returned by the path column in `list_cancensus_cache`
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