PHSKC-APDE / claims_data

Process and analyze WA State Medicaid, Medicare, and All-Payer Claims Database eligibility and claims data
21 stars 4 forks source link

Reorder columns returned by claims_elig #61

Closed alastairmatheson closed 4 years ago

alastairmatheson commented 4 years ago

Currently the geo_hra_code and geo_county_code columns that are merged at the end of the claims_elig function are showing up as the first columns. Let's move them to the end. This might be because base merge is used if data.table is not loaded (but then again, that might not be it at all).

alastairmatheson commented 4 years ago

Should be fixed in https://github.com/PHSKC-APDE/claims_data/pull/67/commits/f68da8c3f61c177362ff312a9cdfcb30a2189a83 but needs to be tested for mcaid_mcare and mcaid_mare_pha sources