insertInclusionRuleNames | R Documentation |
This function will take a cohortDefinitionSet that inclusions the Circe JSON representation of each cohort, parse the InclusionRule property to obtain the inclusion rule name and sequence number and insert the values into the cohortInclusionTable. This function is only required when generating cohorts that include cohort statistics.
insertInclusionRuleNames(
connectionDetails = NULL,
connection = NULL,
cohortDefinitionSet,
cohortDatabaseSchema,
cohortInclusionTable = getCohortTableNames()$cohortInclusionTable
)
connectionDetails |
An object of type |
connection |
An object of type |
cohortDefinitionSet |
The
Optionally, this data frame may contain:
|
cohortDatabaseSchema |
Schema name where your cohort tables reside. Note that for SQL Server, this should include both the database and schema name, for example 'scratch.dbo'. |
cohortInclusionTable |
Name of the inclusion table, one of the tables for storing inclusion rule statistics. |
A data frame containing the inclusion rules by cohort and sequence ID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.