Creates a new Cohort
cb_create_cohort(cohort_name, cohort_desc, filters = "", cb_version = "v2")
New cohort name to be created. (Required)
New cohort description to be created. (Optional)
WIP - details will be added.
cohort browser version. ["v1" | "v2"] (Optional) Default - "v2"
A cohort object.
cb_load_cohort
for loading a available cohort.
if (FALSE) {
my_cohort <- cb_create_cohort(cohort_name = "Cohort-R",
cohort_desc = "This cohort is for testing purpose, created from R.")
}