vincentarelbundock / countrycode

R package: Convert country names and country codes. Assigns region descriptors.
https://vincentarelbundock.github.io/countrycode
GNU General Public License v3.0
346 stars 84 forks source link

Add uncompressed codelist and panel #237

Closed NilsEnevoldsen closed 4 years ago

NilsEnevoldsen commented 4 years ago

This adds CSVs for codelist and codelist_panel that should be pretty much carbon copies of the RDAs. The purpose is to make it easier to see diffs in version control, to verify that we aren't making unintended changes to the RDAs.

This solves the issue mentioned in https://github.com/vincentarelbundock/countrycode/issues/16#issuecomment-413822898.

vincentarelbundock commented 4 years ago

Maybe we should remove the cldr columns before saving the CSV. Otherwise, the file is heavy and basically unreadable. The diffs won't help much if the CSV has 700 columns.

NilsEnevoldsen commented 4 years ago

Excellent point. Will re-do this.