Get results for a Cohort Id.
getCohortResults(cohortId, baseUrl)
An integer id representing the id that uniquely identifies a cohort definition in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
An R object with results.
Get the results for Cohort id.
if (FALSE) {
getCohortResults(cohortId = 342, baseUrl = "http://server.org:80/WebAPI")
}