View source: R/step_epi_slide.R
epi_slide_wrapper | R Documentation |
This should simplify somewhat in the future when we can run epi_slide
on
columns. Surprisingly, lapply is several orders of magnitude faster than
using roughly equivalent tidy select style.
epi_slide_wrapper(
new_data,
.window_size,
.align,
columns,
fns,
fn_names,
group_keys,
name_prefix
)
fns |
vector of functions, even if it's length 1. |
group_keys |
the keys to group by. likely |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.