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

Use semicolon instead of comma as separator in table 1 specifications #85

Open schuemie opened 4 years ago

schuemie commented 4 years ago

Currently table 1 specifications require comma-separated values within columns (see for example here ). It makes more sense to use semicolons instead.

(Make sure to be backwards compatible)