Skip to contents

Pre-filled lag function. This function should not be directly used, it is used inside of auto_make_lag_col function.

Usage

make_lag_col(lags = c(1, 7))

Arguments

lags

numeric list

Value

pre-filled function

Examples

if (FALSE) { # \dontrun{
#none
} # }