USAID-OHA-SI / grabr

OHA/SI APIs package
https://usaid-oha-si.github.io/grabr/
Other
1 stars 2 forks source link

Cleaning up functions #39

Closed achafetz closed 11 months ago

achafetz commented 1 year ago

This package exports a ton of functions. I think we should make quite a few of them internal, so that the user isn't bombarded with functions and not clear what to use, eg datim_execute_query() or hierarchy_clean

baboyma commented 1 year ago

Sure. I personally used datim_execute_query() for testing / debugging other functions. Also used to design new queries.

Note: do not export these: hierarc.*_clean, rename, identify_ctry functions, these are used from pull_hierarchy()