in_progress: List the targets in progress *[Deprecated]*

View source: R/deprecated.R

in_progressR Documentation

List the targets in progress [Deprecated]

Description

Deprecated on 2019-01-13.

Usage

in_progress(
  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

Deprecated on 2019-09-11.

Details

Similar to progress().

Value

A character vector of target names.

See Also

diagnose(), drake_get_session_info(), cached(), readd(), drake_plan(), make()


ropensci/drake documentation built on March 4, 2024, 6:02 p.m.