Public-Health-Scotland / phsmethods

An R package to standardise methods used in Public Health Scotland (https://public-health-scotland.github.io/phsmethods/)
https://public-health-scotland.github.io/phsmethods/
54 stars 13 forks source link

Fix fin_year to sort output correctly and deal with NAs #37

Closed alice-hannah closed 4 years ago

alice-hannah commented 4 years ago

Hi guys, This is to close #36 - fin_year now uses left_join() as behaviour of right_join() has changed in dplyr 1.0.0. Also improved handling of NAs.

Let me know if any other changes needed. Thanks, Alice