cache_delete: cache_delete

View source: R/cache_files.R

cache_deleteR Documentation

cache_delete

Description

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

## Not run: 
cache_delete("test", "deep", "stream", partitions = c(1, 2, 3))

## End(Not run)

skysyzygy/tessilake documentation built on June 14, 2025, 6:50 p.m.