Use read_drake_config() instead.

read_config(path = getwd(), search = TRUE, cache = drake::get_cache(path =
  path, search = search, verbose = verbose), verbose = TRUE)

Arguments

path

same as read_drake_config()

search

same as read_drake_config()

cache

same as read_drake_config()

verbose

same as read_drake_config()

Value

The master internal configuration list of a project.

Details

Deprecated on 2017-11-12.

See also

read_drake_config()

Examples

# See ?read_drake_config for examples.