OHDSI / FeatureExtraction

An R package for generating features (covariates) for a cohort using data in the Common Data Model.
http://ohdsi.github.io/FeatureExtraction/
61 stars 60 forks source link

aggregate metadata items in single list #231

Closed ginberg closed 9 months ago

ginberg commented 9 months ago

see #195 right now, the metadata items are stored in a list per covariate. This change is putting them in a single list.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cfb3962) 92.94% compared to head (12399b0) 93.01%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #231 +/- ## =========================================== + Coverage 92.94% 93.01% +0.07% =========================================== Files 16 16 Lines 1417 1417 =========================================== + Hits 1317 1318 +1 + Misses 100 99 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.