RMI-PACTA / workflow.factset

Other
0 stars 0 forks source link

Use `.by` in `dplyr::filter()` #58

Open AlexAxthelm opened 4 months ago

AlexAxthelm commented 4 months ago

nit: dplyr::filter() and friends have a new-ish by/.by argument that can be used to avoid the group_by(); filter(); ungroup() loop.

_Originally posted by @cjyetman in https://github.com/RMI-PACTA/workflow.factset/pull/3#discussion_r1508616792_