Description Usage Arguments Details Value Examples
View source: R/WebApiCohortDefinition.R
Get the cohort definition expression for a cohort Id from WebAPI
1 | getCohortSpecification(baseUrl, cohortId)
|
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
cohortId |
An integer indicating which cohort definition to fetch. |
Get the cohort definition expression for a cohort Id from WebAPI
Get the cohort definition expression for a cohort Id from WebAPI
1 2 3 4 5 6 | ## Not run:
# Get the cohort definition expression for a cohort Id from WebAPI:
getCohortSpecification(baseUrl = "http://server.org:80/WebAPI", cohortId = 282)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.