predict_runtime_impl {drake}R Documentation

Internal function with a drake_config() argument

Description

Not a user-side function.

Usage

predict_runtime_impl(
  config,
  targets_predict = NULL,
  from_scratch = FALSE,
  targets_only = NULL,
  jobs_predict = 1L,
  known_times = numeric(0),
  default_time = 0,
  warn = TRUE
)

Arguments

config

A drake_config() object.


[Package drake version 7.13.10 Index]