View source: R/ResolveConceptSetsInCohortExpression.R
resolveConceptSetsInCohortExpression | R Documentation |
Given a cohort definition expression, get the resolved concepts for all concept sets
resolveConceptSetsInCohortExpression( cohortExpression, connection = NULL, connectionDetails = NULL, vocabularyDatabaseSchema = "vocabulary" )
cohortExpression |
A R-object (list) that represents cohort definition expression. This is derived from cohort expression json using RJSONIO::fromJSON(content = json, digits = 23). Note: it is important to use digits = 23, otherwise numerical precision may be lost for large integer values like conceptId's in cohort definition. The cohort expression JSON is commonly generated using OHDSI tools like Atlas or CapR. |
connection |
An object of type |
connectionDetails |
An object of type |
vocabularyDatabaseSchema |
The schema name of containing the vocabulary tables. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.