cache_file_info: Get information on possibly bad files in your cache

Description Usage Details Value See Also Examples

View source: R/cache_clean.R

Description

Get information on possibly bad files in your cache

Usage

1

Details

This function only identifies possibly bad files. You have to remove/delete them yourself. See example for how to do so. You can also open up your cache folder and delete them that way as well.

Value

list, with three elements:

See Also

Other caching-functions: cache, ftxt_cache

Examples

1
2
3
4
5
6
7
8
## Not run: 
# identify likely bad files
res <- cache_file_info()

# you can remove them yourself, e.g.,
# invisible(lapply(res$xml_abstract_only, unlink))

## End(Not run)

fulltext documentation built on June 12, 2021, 9:06 a.m.