cache_exists: cache_exists

View source: R/cache_files.R

cache_existsR Documentation

cache_exists

Description

Internal function to test if a cache already exists.

Usage

cache_exists(table_name, depth, type)

cache_exists_any(table_name, type)

Arguments

table_name

string

depth

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

type

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

Value

TRUE/FALSE

Functions

  • cache_exists_any(): Convenience function that tests if a cache already exists at any depth

Examples

## Not run: 
cache_exists("test", "deep", "stream")

## End(Not run)

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