| ftxt_cache | R Documentation |
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
## 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.