cache_path: cache_path

View source: R/cache_files.R

cache_pathR Documentation

cache_path

Description

Convenience functions to return the configured cache path and check that we have read/write access to it ⁠tessilake.{depth}/{type}/{table_name}⁠

Usage

cache_path(table_name, depth, type)

cache_primary_path(table_name, type)

Arguments

table_name

string

depth

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

type

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

Value

string for the configured cache path

Functions

  • cache_path(): function to return the specified cache path and check that we have read/write access to

  • cache_primary_path(): wrapper around cache_path that returns the path for the primary (first) defined storage

Examples

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

## End(Not run)

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