remove_from_cancensus_cache: Remove cached files

remove_from_cancensus_cacheR Documentation

Remove cached files

Description

Remove cached data for paths given

Usage

remove_from_cancensus_cache(paths)

Arguments

paths

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

Value

freed-up disk space

Examples

## Not run: 
# remove the first cached dataset
cache_data <- list_cancensus_cache()

remove_from_cancensus_cache(cache_data$path[1])

## End(Not run)

cancensus documentation built on Nov. 6, 2025, 1:07 a.m.