remove_from_cancensus_cache | R Documentation |
Remove cached data for paths given
remove_from_cancensus_cache(paths)
paths |
list of paths to remove, as returned by the path column in 'list_cancensus_cache' |
freed-up disk space
## Not run:
# remove the first cached dataset
cache_data <- list_cancensus_cache()
remove_from_cancensus_cache(cache_data$path[1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.