OHDSI / CohortDiagnostics

An R package for performing various cohort diagnostics.
https://ohdsi.github.io/CohortDiagnostics
41 stars 48 forks source link

cohortTables variable referenced as cohortTableNames later in script #1025

Closed fdefalco closed 3 days ago

fdefalco commented 1 year ago

https://github.com/OHDSI/CohortDiagnostics/blob/6506370d84551598db50acbcf3a570d833cb599a/extras/CodeToRun.R#L39

This should be updated to

cohortTableNames <- CohortGenerator::getCohortTableNames()

azimov commented 3 days ago

Closing as this is now resolved in the develop branch