delete_cohort: Delete a cohort from the cohort table.

View source: R/cohort.R

delete_cohortR Documentation

Delete a cohort from the cohort table.

Description

Delete a cohort from the cohort table.

Usage

delete_cohort(con, cohort_id, cohort_schema = NULL)

Arguments

con

DBI connection.

cohort_id

Integer cohort_definition_id to delete.

cohort_schema

Schema containing the cohort table (NULL = default).

Value

Number of rows deleted (invisible).


syrona documentation built on Sept. 5, 2026, 1:06 a.m.