cb_get_participants_table: Get participant data table

View source: R/cb_cohort_extract.R

cb_get_participants_tableR Documentation

Get participant data table

Description

Get participant data table in a dataframe.

Usage

cb_get_participants_table(cohort, cols, page_number = "all", page_size = 5000)

Arguments

cohort

A cohort object. (Required) See constructor functions cb_create_cohort or cb_load_cohort

cols

Vector of phenotype IDs to fetch as columns in the dataframe. If omitted, columns saved in the cohort are fetched.

page_number

Number of page as integer or 'all' to fetch all data. (Optional) Default - 'all'

page_size

Number of entries in a page. (Optional) Default - 5000

Value

A dataframe.


lifebit-ai/cloudos documentation built on March 25, 2023, 2:47 a.m.