View source: R/cb_cohort_create.R
cb_create_cohort | R Documentation |
Creates a new Cohort
cb_create_cohort(cohort_name, cohort_desc, filters = "", cb_version = "v2")
cohort_name |
New cohort name to be created. (Required) |
cohort_desc |
New cohort description to be created. (Optional) |
filters |
WIP - details will be added. |
cb_version |
cohort browser version. ["v1" | "v2"] (Optional) Default - "v2" |
A cohort object.
cb_load_cohort
for loading a available cohort.
## Not run:
my_cohort <- cb_create_cohort(cohort_name = "Cohort-R",
cohort_desc = "This cohort is for testing purpose, created from R.")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.