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 2 forks source link

"emptyIsNa" field has been removed from results model specs, but is required by ResultModelManager #37

Closed schuemie closed 10 months ago

schuemie commented 10 months ago

A while ago @anthonysena and I decided to remove the emptyIsNa field from the results model specs CSV, but ResultModelManager will throw an error when using uploadResults() with runCheckAndFixCommands = TRUE. Perhaps ResultModelManager could accommodate both old and new conventions?

(ResultModelManager also seems to require an 'optional' column that I don't know)