Learn R Programming

drake (version 7.5.2)

drake_session: Deprecated. Return the sessionInfo() of the last call to make().

Description

Deprecated. Use drake_get_session_info() instead.

Usage

drake_session(path = getwd(), search = TRUE,
  cache = drake::get_cache(path = path, search = search, verbose =
  verbose), verbose = 1L)

Arguments

path

Path to a drake cache (usually a hidden .drake/ folder) or NULL.

search

Deprecated.

cache

drake cache. See new_cache(). If supplied, path is ignored.

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.

Value

sessionInfo() of the last call to make()

Details

Deprecated on 2018-12-06.