You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify&flatten epi_slide data mask implementation
and add some unrelated comments regarding time value counting details.
Since we're not potentially dealing with R6 objects, we can just us
`as_data_mask(.x)`. We can also flatten the data mask by installing the `.x`,
`.group_key` and `.ref_time_value` in the same way as that pronouns are
installed (except keeping their original classes, not converting to pronouns),
rather than using another level in the environment chain for the data mask.
0 commit comments