Learn R Programming

fulltext (version 2.0)

ftxt_cache: Inspect and manage cached files

Description

Inspect and manage cached files

Arguments

Useful user functions for managing 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

See Also

cache, cache_file_info()

Other caching-functions: cache_file_info(), cache

Examples

Run this code
# 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