make_with_config_project: Make a (Congifured) Drake Plan

Description Usage Arguments Value Note

Description

Make a drake plan using the project's speficic configuration setup.

Usage

1
2
make_with_config_project(plan, .garbage_collection = FALSE, .beep = TRUE,
  .beep_on_error = TRUE)

Arguments

plan

drake plan

.garbage_collection

logical (default = FALSE), whether to run gc() on the plan

.beep

logical (default = TRUE), whether to play the "ping" sound after the plan is made

.beep_on_error

logical (default = TRUE), whether to play the "facebook" sound if the plan returns an error

Value

The master internal configuration list, mostly containing arguments to make() and important objects constructed along the way. See drake_config() for more details.

Note

See the drake manual for details: https://ropenscilabs.github.io/drake-manual/hpc.html#on-your-local-machine-1.


tiernanmartin/NeighborhoodChangeTypology documentation built on May 17, 2019, 1:02 p.m.