Closed louisahsmith closed 2 months ago
We should add a note in the documentation and in the example that when running ROhdsiWebApi::getCohortSql() to set generateStats = FALSE. Apparently, with some cohorts, there's some code in the inclusion stats that breaks aou_atlas_cohort().
ROhdsiWebApi::getCohortSql()
generateStats = FALSE
aou_atlas_cohort()
cd_sql <- ROhdsiWebApi::getCohortSql(cd, "https://atlas-demo.ohdsi.org/WebAPI", generateStats = FALSE)
We should add a note in the documentation and in the example that when running
ROhdsiWebApi::getCohortSql()
to setgenerateStats = FALSE
. Apparently, with some cohorts, there's some code in the inclusion stats that breaksaou_atlas_cohort()
.