Skip to contents

Delete some or all cache files for a given cache.

Usage

cache_delete(table_name, depth, type, partitions = NULL)

Arguments

table_name

string

depth

string, e.g. "deep" or "shallow"

type

string, e.g. "tessi" or "stream"

partitions

optional vector of partitions to delete

Value

nothing, invisibly

Examples

if (FALSE) { # \dontrun{
cache_delete("test", "deep", "stream", partitions = c(1, 2, 3))
} # }