progress {drake} | R Documentation |
Get the build progress of your targets
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated on 2020-03-23. Use drake_progress()
instead.
Usage
progress(
...,
list = character(0),
no_imported_objects = NULL,
path = NULL,
search = NULL,
cache = drake::drake_cache(path = path),
verbose = 1L,
jobs = 1,
progress = NULL
)
Arguments
... |
Objects to load from the cache, as names (unquoted)
or character strings (quoted). If the |
list |
Character vector naming objects to be loaded from the
cache. Similar to the |
no_imported_objects |
Logical, whether to only return information about imported files and targets with commands (i.e. whether to ignore imported objects that are not files). |
path |
Path to a |
search |
Deprecated. |
cache |
drake cache. See |
verbose |
Deprecated on 2019-09-11. |
jobs |
Number of jobs/workers for parallel processing. |
progress |
Character vector for filtering the build progress results.
Defaults to |
Value
The build progress of each target reached by
the current make()
so far.