View source: R/add_predictors.R
add_growing_predictors | R Documentation |
Function to add growing predictors
add_growing_predictors(
time_frame = NULL,
variables = NULL,
category = NULL,
stats = c(mean = mean, min = min, max = max),
output_file = TRUE,
log_file = TRUE,
check_size_only = FALSE,
last_chunk_completed = NULL
)
time_frame |
A time frame object |
variables |
A vector or list of variable names |
category |
A vector or list of category names |
stats |
A list of summary stats |
output_file |
Logical, whether or not to output to file or console |
log_file |
Logical, whether or not to write to log |
last_chunk_completed |
Integer, the previous chunk completed if chunking is used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.