Skip to contents

Shows contents of cache directory

Usage

list.cached.data(directory = "/cache")

Arguments

directory

Place inside user-level cache directory that was used to store the cached data previously. Default: "/cache".

Value

Character vector of file names currently in cache directory.

Examples

if (FALSE) { 
my.files <- list.cached.data()
my.files 
}