OHDSI / Hades

Health Analytics Data-to-Evidence Suite (HADES): A collection of R packages for performing analytics against the Common Data Model.
https://ohdsi.github.io/Hades
Apache License 2.0
23 stars 12 forks source link

HADES utility package for standards IO operations and create #16

Open azimov opened 2 years ago

azimov commented 2 years ago

Currently, it is up to individual package maintainers to decide on how to use different methods within R to do basic operations like serialization and deserialization of JSON objects, reading and writing csv files, indexing covariates and cohort ids for bulk operations etc. What would be useful is to agree on a set of best practices for these operations and implement these in a standard R package that could be used across the HADES suite.

To start the list for initial utilities/standards:

Please comment with any further requirements we may have for such a package.

anthonysena commented 1 year ago

[HADES Hack-a-thon]: @azimov is going to work on this item.