Closed
Description
Currently, only a single data masking expression can be fed into epi[x]_slide
; e.g., trying to compute 7davs of two signals simultaneously requires using a function/formula f
or as_list_col=FALSE
. (Plus, the evaluation environment(s) for the data masking expression might not quite be correct, and as_list_col=FALSE
on a single data masking input doesn't match dplyr patterns, plus adds a name prefix that is very likely unwanted for the tidyeval case and maybe in general.) Allow multiple data masking expressions to be provided, and make sure to pass appropriate environments. Maybe give some extra thought to make sure dplyr::cur_*
functions work properly, although note these caveats.