Learn R Programming

drake (version 5.0.0)

config: Deprecated function config

Description

Use drake_config() instead.

Usage

config(plan = drake_plan(), targets = drake::possible_targets(plan),
  envir = parent.frame(), verbose = 1, hook = default_hook,
  cache = drake::get_cache(verbose = verbose, force = force),
  parallelism = drake::default_parallelism(), jobs = 1,
  packages = rev(.packages()), prework = character(0),
  prepend = character(0), command = drake::default_Makefile_command(),
  args = drake::default_Makefile_args(jobs = jobs, verbose = verbose),
  recipe_command = drake::default_recipe_command(), timeout = Inf,
  cpu = timeout, elapsed = timeout, retries = 0, force = FALSE,
  log_progress = FALSE, graph = NULL, trigger = "any",
  skip_imports = FALSE)

Arguments

plan

same as for make

targets

same as for make

envir

same as for make

verbose

same as for make

hook

same as for make

cache

same as for make

parallelism

same as for make

jobs

same as for make

packages

same as for make

prework

same as for make

prepend

same as for make

command

same as for make

args

same as for make

recipe_command

same as for make

timeout

same as for make

cpu

same as for make

elapsed

same as for make

retries

same as for make

force

same as for make

log_progress

same as for drake_config

graph

same as for drake_config

trigger

same as for make

skip_imports

same as for drake_config

Value

The master internal configuration list of a project.

Details

Deprecated on 2017-11-12.

See Also

drake_config

drake_config

Examples

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

Run the code above in your browser using DataLab