read_config
R/deprecate.R
Use read_drake_config()
instead.
read_config(path = getwd(), search = TRUE, cache = drake::get_cache(path = path, search = search, verbose = verbose), verbose = TRUE)
path | same as |
---|---|
search | same as |
cache | same as |
verbose | same as |
The master internal configuration list of a project.
Deprecated on 2017-11-12.
# See ?read_drake_config for examples.