read_drake_meta: Deprecated: read the metadata of a target or import.
Usage
read_drake_meta(targets = NULL, path = getwd(), search = TRUE,
cache = NULL, verbose = 1, jobs = 1)
Arguments
targets
character vector, names of the targets
to get metadata. If NULL, all metadata is collected.
path
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.
search
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.
cache
drake cache. See new_cache().
If supplied, path and search are ignored.
verbose
whether to print console messages
jobs
number of jobs for light parallelism.
Supports 1 job only on Windows.
Value
The cached master internal configuration list
of the last make().
Details
Deprecated on 2018-02-09
Examples
Run this code# NOT RUN {
# See ?diagnose() for examples.
# }
Run the code above in your browser using DataLab