Description Useful user functions for managing cached files See Also Examples
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
cache, cache_file_info()
Other caching-functions:
cache_file_info()
,
cache
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ## 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()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.