View source: R/gpmodels_internal.R
| gpm_add_predictors_internal | R Documentation | 
New furrr-enabled add_predictors function Internal only
gpm_add_predictors_internal(
  time_frame = NULL,
  variables = NULL,
  category = NULL,
  lookback = lubridate::hours(48),
  window = lookback,
  stats = c(mean = mean, min = min, max = max),
  impute = TRUE,
  output_file = TRUE,
  log_file = TRUE,
  check_size_only = FALSE,
  filename_prefix = "",
  ...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.