cb_create_cohort {cloudos}R Documentation

Create Cohort

Description

Creates a new Cohort

Usage

cb_create_cohort(cohort_name, cohort_desc, filters = "", cb_version = "v2")

Arguments

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"

Value

A cohort object.

See Also

cb_load_cohort for loading a available cohort.

Examples

## 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)

[Package cloudos version 0.4.0 Index]