-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
P2low prioritylow priorityenhancementNew feature or requestNew feature or requestop-semanticsOperational semantics; many potentially breaking changes hereOperational semantics; many potentially breaking changes here
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.
Metadata
Metadata
Assignees
Labels
P2low prioritylow priorityenhancementNew feature or requestNew feature or requestop-semanticsOperational semantics; many potentially breaking changes hereOperational semantics; many potentially breaking changes here