printCohortDefinitionFromNameAndJson | R Documentation |
Outputs a cohort definition into human-readable markdown
printCohortDefinitionFromNameAndJson(
name,
json = NULL,
obj = NULL,
withConcepts = TRUE,
withClosing = TRUE
)
name |
Cohort name listed as section title |
json |
JSON cohort definition to be printed |
obj |
Cohort object outputted from |
withConcepts |
Boolean: Include concept lists in output? |
withClosing |
Boolean: Add the output from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.