powered by
Creates a new Cohort
cb_create_cohort(cohort_name, cohort_desc, filters = "", cb_version = "v2")
A cohort object.
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"
cb_load_cohort for loading a available cohort.
cb_load_cohort
if (FALSE) { my_cohort <- cb_create_cohort(cohort_name = "Cohort-R", cohort_desc = "This cohort is for testing purpose, created from R.") }
Run the code above in your browser using DataLab