Helper functions to list cached processed fcds data files or to clean outdated cached files.
fcds_cache_ls(path = NULL, pattern = "^fcds_.+\\.[Rr][Dd][Ss]$") fcds_cache_info(path = NULL, ...) fcds_cache_clean(path = NULL, ..., all = FALSE, dry_run = FALSE)
path | The path to the fcds cached data, defaults to
|
---|---|
pattern | The file pattern used to identify fcds cached data files,
by default these are expected to be |
... | Arguments passed on to
|
all | Should all cached data files be removed? If |
dry_run | If |
fcds_cache_ls
: List cached fcds data files
fcds_cache_info
: Report information about cached fcds data files
fcds_cache_clean
: Clean outdated cached fcds data files
Other FCDS Import Functions: fcds_default_data_path
,
fcds_import
, fcds_load
,
fcds_recoding