Open-Systems-Pharmacology / OSPSuite.RUtils

Utility functions for Open Systems Pharmacology R packages
https://www.open-systems-pharmacology.org/OSPSuite.RUtils/dev/
GNU General Public License v2.0
1 stars 3 forks source link

Add `flattenList()` and `toMissingOfType()`? #117

Closed IndrajeetPatil closed 2 years ago

IndrajeetPatil commented 2 years ago

Currently, these are internal functions in ospsuite:

https://github.com/Open-Systems-Pharmacology/OSPSuite-R/blob/c0e9c061225e96b08f829073025858ad4975f65b/R/utilities-data-combined.R#L60-L126

But they are general enough to be applicable across a wide variety of contexts, and worth considering including them in the utils package.