Can I Create an Atlas Cohort using R code? (not with mouse-point-and-click)

@pmadril created some schemas here:

Another way to determine the schema, if you are familiar with Java, is to look at the Circe Java objects, which you can find here. The submitted JSON objects are deserialized into these Java objects by the WebAPI.

To figure out how the final SQL is actually generated, you can inspect the builders here.

EDIT: This might be another useful resource (see cohortdefinition link on the right).

1 Like