OHDSI / ResultModelManager

RMM is an R package designed to handle common ohdsi results data management functions by providing a common API for data model migrations and definitions
https://ohdsi.github.io/ResultModelManager/
Apache License 2.0
3 stars 3 forks source link

One call to upload all Strategus results? #55

Closed schuemie closed 5 days ago

schuemie commented 1 month ago

Currently, if I want to upload results of a Strategus study to a database, I have to write quite a bit of code. Since this is a recurring task, could we add a single function that you can point to a Strategus results folder and will upload everything for you?

azimov commented 1 month ago

This seems like it should be in Strategus, Its not clear to me how this package would know what files are where. However, Strategus has pre-orchestrated the entire results folder set with all table specifications in different subdirectories.

azimov commented 5 days ago

Closing as this seems like it will be addressed in Strategus directly:

https://github.com/OHDSI/Strategus/pull/145