Learn R Programming

drake (version 7.13.10)

this_cache: Get the cache at the exact file path specified. [Deprecated]

Description

This function does not apply to in-memory caches such as storr_environment().

Usage

this_cache(
  path = NULL,
  force = FALSE,
  verbose = 1L,
  fetch_cache = NULL,
  console_log_file = NULL
)

Value

A drake/storr cache at the specified path, if it exists.

Arguments

path

File path of the cache.

force

Deprecated.

verbose

Deprecated on 2019-09-11.

fetch_cache

Deprecated.

console_log_file

Deprecated in favor of log_make.