Skip to content

Allow multiple column computations in data masking slides #235

Closed
@brookslogan

Description

@brookslogan

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

No one assigned

    Labels

    P2low priorityenhancementNew feature or requestop-semanticsOperational semantics; many potentially breaking changes here

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions