Closed christophscheuch closed 3 weeks ago
Nice! I'll try to get an initial version of the geography package rolled tomorrow morning.
On Sun, Oct 20, 2024, 9:31 PM Christoph Scheuch @.***> wrote:
The current PR provides first versions for the geographies and counterparts tables. Both will be updated to their final versions once we include the geography micropackage in #18 https://github.com/Teal-Insights/r-wbids/issues/18. For instance, geography_name is not standardized yet and some fields in counterparts_type are wrong because counterparts_name is not aligned with other names in World Bank API responses.
You can view, comment on, or merge this pull request online at:
https://github.com/Teal-Insights/r-wbids/pull/21 Commit Summary
- 7adabdc https://github.com/Teal-Insights/r-wbids/pull/21/commits/7adabdca15e81dd7151601fe60b8ebbe53f26d0c Add ids_list_geographies()
- c5fc098 https://github.com/Teal-Insights/r-wbids/pull/21/commits/c5fc09816e8bffdfd6a9c1a575c2f1e93fd16c78 Add ids_list_counterparts()
File Changes
(10 files https://github.com/Teal-Insights/r-wbids/pull/21/files)
- M NAMESPACE https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-b6b6854a02ae177f8860f49654ff250c1554d021ae434b6efdbe99d00bdc6055 (2)
- A R/ids_list_counterparts.R https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-cd37fa88be66f8ef04536ced6e946d7221b388bc88be4f31f0e1fc8fa57ec3d6 (28)
- A R/ids_list_geographies.R https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-7c33fc82eb53f9980a70c9eb2b8068c130abd783ac37c3a2e0ff57fd55eb28ca (39)
- M R/sysdata.rda https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-e6a977875a335b97dac7adec2598d9782ae8e5499ce4c4a8773a2df25ff578c7 (0)
- M data-raw/wbids_data.R https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-fe8ae056fb39e5ab54d5c4836f19f5baa91c4ed0357d3d62d8b12060b4e94854 (81)
- A man/ids_list_counterparts.Rd https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-301a0d4549faf26db5dbc97278a85688c8623b6f4458e65126ffa5475afbdb77 (32)
- A man/ids_list_geographies.Rd https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-61447f672ef6b8a6dae7f7a7eab387f5167c64f29bab8d6eaccf5be722d34d5f (43)
- M man/ids_list_series.Rd https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-50b8f03a5f4bea2f5f8a1ffe1ef0cd725eab263b42f1258fc33c1f09fe8386b5 (17)
- M man/ids_list_series_topics.Rd https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-dac997abd92763f4e120be2c29f16af398ea114986fe40a77f219125bdbb2b25 (13)
- M vignettes/data-model.qmd https://github.com/Teal-Insights/r-wbids/pull/21/files#diff-ca546653af98fc5a7ac5050a016641093f24e34b592372c60836d4b3f35856cc (6)
Patch Links:
- https://github.com/Teal-Insights/r-wbids/pull/21.patch
- https://github.com/Teal-Insights/r-wbids/pull/21.diff
— Reply to this email directly, view it on GitHub https://github.com/Teal-Insights/r-wbids/pull/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASCYPGM5XNP4O762UI4G6GLZ4RKPXAVCNFSM6AAAAABQJCQEJKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYDCMBWGYYDAMY . You are receiving this because your review was requested.Message ID: @.***>
The current PR provides first versions for the geographies and counterparts tables. Both will be updated to their final versions once we include the geography micropackage in https://github.com/Teal-Insights/r-wbids/issues/18. For instance, geography_name is not standardized yet and some fields in counterparts_type are wrong because counterparts_name is not aligned with other names in World Bank API responses.