drake (version 6.2.1)

read_config: Deprecated function read_config

Description

Use read_drake_config() instead.

Usage

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

Arguments

search
cache
verbose

Value

The master internal configuration list of a project.

Details

Deprecated on 2017-11-12.

See Also

read_drake_config()

Examples

Run this code
# NOT RUN {
# See ?read_drake_config for examples.
# }

Run the code above in your browser using DataLab