ihmeuw-demographics / demUtils

Utility functions for working with demographic data and estimates.
https://ihmeuw-demographics.github.io/demUtils
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

make 'summarize_dt' work with multiple value columns #31

Closed chacalle closed 3 years ago

chacalle commented 3 years ago

Describe changes

Make summarize_dt work with multiple value columns so that the user doesn't have to manually call the function multiple times.

This has a breaking change, since the argument value_col is changed to value_cols. Here are all the places that would need to be updated https://github.com/search?p=2&q=org%3Aihmeuw-demographics+summarize_dt&type=Code. It looks like popMethods and anything that used model_template.

Maybe can introduce this change in the next docker builds?

Checklist

Packages Repositories