marianschmidt / msAutolabelR

Wrapper function for the sjlabelled package for basic data management operations
GNU General Public License v3.0
2 stars 0 forks source link

make dplyr 1.0 compatible #2

Open marianschmidt opened 4 years ago

marianschmidt commented 4 years ago

group_by --> change add to .add

mutate_at/_if/_all --> use new dplyr::across function

see https://www.tidyverse.org/blog/2020/03/dplyr-1-0-0-is-coming-soon/

Checklist