I’m looking at executing an estimation study package that I downloaded from the public Atlas, and I have a question about how the R codes works that I couldn’t find in the book fo OHDSI (or maybe I missed).
From what I understand, there is a CohortsToCreate.csv file that is used to create the cohorts based on the cohort sql file. Also, it seems like a separate cohort table is created from the CreateCohortTable.sql file, and the cohort definition ids that populate the cohort table comes from CohortsToCreate.csv. If I’m just running the R package, it makes sense to me, but how would I view the cohorts that are created from the package within Atlas? Is this possible or does WebAPI/Atlas need to be used to create the cohorts?
@krfeeney @schuemie I know you both are very knowledgeable with study packages.
Thanks!