OHDSI / SkeletonComparativeEffectStudy

An R package that can be used as the starting point to implement a comparative effectiveness study.
4 stars 16 forks source link

Remove JSON from output CSV files #20

Closed schuemie closed 4 years ago

schuemie commented 5 years ago

The cohort JSON is currently being stored in the exposures and outcomes of interest files. This is causing problems in R, and seems more trouble than it's worth.

schuemie commented 4 years ago

Using readr to read the csv file solves this issue, so need to drop JSON.