progress | R Documentation |
Deprecated on 2020-03-23. Use drake_progress()
instead.
progress(
...,
list = character(0),
no_imported_objects = NULL,
path = NULL,
search = NULL,
cache = drake::drake_cache(path = path),
verbose = 1L,
jobs = 1,
progress = NULL
)
... |
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 |
The build progress of each target reached by
the current make()
so far.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.