drake (version 7.3.0)

this_cache: Get the cache at the exact file path specified.

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)

Arguments

path

File path of the cache.

force

Deprecated.

verbose

Integer, control printing to the console/terminal.

  • 0: print nothing.

  • 1: print targets, retries, and failures.

  • 2: also show a spinner when preprocessing tasks are underway.

fetch_cache

Deprecated.

console_log_file

Optional character scalar of a file name or connection object (such as stdout()) to dump maximally verbose log information for make(). Independent of the verbose argument.

Value

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