Skip to contents

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

if (FALSE) { # \dontrun{
cache_path("test", "deep", "stream")
} # }