
Use diagnose()
instead.
read_drake_meta(targets = NULL, path = getwd(), search = TRUE,
cache = NULL, verbose = 1, jobs = 1)
character vector, names of the targets
to get metadata. If NULL
, all metadata is collected.
Root directory of the drake project,
or if search
is TRUE
, either the
project root or a subdirectory of the project.
Ignored if a cache
is supplied.
logical. If TRUE
, search parent directories
to find the nearest drake cache. Otherwise, look in the
current working directory only.
Ignored if a cache
is supplied.
drake cache. See new_cache()
.
If supplied, path
and search
are ignored.
whether to print console messages
number of jobs for light parallelism. Supports 1 job only on Windows.
The cached master internal configuration list
of the last make()
.
Deprecated on 2018-02-09
# NOT RUN {
# See ?diagnose() for examples.
# }
Run the code above in your browser using DataLab