Allow multiple column computations in data masking slides #235
Labels
enhancement
New feature or request
op-semantics
Operational semantics; many potentially breaking changes here
P2
low priority
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/formulaf
oras_list_col=FALSE
. (Plus, the evaluation environment(s) for the data masking expression might not quite be correct, andas_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 suredplyr::cur_*
functions work properly, although note these caveats.The text was updated successfully, but these errors were encountered: