View source: R/GetCohortIdsInCohortTable.R
getCohortIdsInCohortTable | R Documentation |
Get cohort ids in table
getCohortIdsInCohortTable(
connection = NULL,
cohortDatabaseSchema = NULL,
cohortTable,
tempEmulationSchema = getOption("sqlRenderTempEmulationSchema")
)
connection |
An object of type |
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'. |
cohortTable |
The name of the cohort table. |
tempEmulationSchema |
Some database platforms like Oracle and Impala do not truly support temp tables. To emulate temp tables, provide a schema with write privileges where temp tables can be created. |
An array of integers called cohort id.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.