OHDSI / CohortGenerator

An R package for instantiating cohorts using data in the CDM.
https://ohdsi.github.io/CohortGenerator/
11 stars 10 forks source link

Export all results with "cg_" prefix #164

Open anthonysena opened 3 weeks ago

anthonysena commented 3 weeks ago

The cohort generator results csv files should have, by default, the "cg_" prefix as is specified in the resultsDataModelSpecification.csv (ref

154). Currently, the csv output does not include the "cg" prefix to preserve the current, expected output. For the next major release, we should change this behavior to always include the "cg" prefix which will be a breaking changes for others that use the CohortGenerator package.