nhsbsa-data-analytics / personMatchR

Helper package for matching individuals across two datasets
Apache License 2.0
0 stars 0 forks source link

fix issues with union_all #37

Closed steven-buckley closed 1 year ago

steven-buckley commented 1 year ago

The latest release of dplyr has impacted the matching functions as the union_all.

union_all(), like union(), now requires that data frames be compatible: i.e. they have the same columns, and the columns have compatible types.

Code will need to be amended to ensure that this does not cause any issues as currently the union_all is joining data frames with varying numbers of columns.