| create_cohort_table | R Documentation |
Creates the 4-column cohort table if it does not already exist. Works with both DuckDB and PostgreSQL.
create_cohort_table(con, cohort_schema = NULL)
con |
DBI connection. |
cohort_schema |
Schema for the cohort table. |
Invisible TRUE if created, FALSE if already existed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.