
Last chance! 50% off unlimited learning
Sale ends in
Inspect and manage cached files
ftxt_cache$list()
returns a character vector of full
path file names
ftxt_cache$files()
returns file objects with metadata
ftxt_cache$details()
returns files with details
ftxt_cache$delete()
delete specific files
ftxt_cache$delete_all()
delete all files, returns nothing
Other caching-functions:
cache_file_info()
,
cache
# NOT RUN {
ftxt_cache
# list files in cache
ftxt_cache$list()
# list details of files in cache
ftxt_cache$details()
# delete certain database files
# ftxt_cache$delete("file path")
# ftxt_cache$list()
# delete all files in cache
# ftxt_cache$delete_all()
# ftxt_cache$list()
# }
Run the code above in your browser using DataLab