predict_load_balancing | R Documentation |
Deprecated on 2019-02-14.
predict_load_balancing(
config,
targets = NULL,
from_scratch = FALSE,
targets_only = NULL,
jobs = 1,
known_times = numeric(0),
default_time = 0,
warn = TRUE
)
config |
Deprecated. |
from_scratch |
Logical, whether to predict a
|
targets_only |
Deprecated. |
known_times |
A named numeric vector with targets/imports
as names and values as hypothetical runtimes in seconds.
Use this argument to overwrite any of the existing build times
or the |
default_time |
Number of seconds to assume for any
target or import with no recorded runtime (from |
warn |
Logical, whether to warn the user about
any targets with no available runtime, either in
|
A data frame showing one likely arrangement of targets assigned to parallel workers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.