Overview of data masking programming patterns
- Forwarding. Pass variables to another function. Inherit its behavior.
- Names. Pass character vector of column names.
- Bridge. Pass to bridge that accepts argument behavior, and from there pass to target function.
- Transformation.