View source: R/cb_cohort_extract.R
cb_get_participants_table | R Documentation |
Get participant data table in a dataframe.
cb_get_participants_table(cohort, cols, page_number = "all", page_size = 5000)
cohort |
A cohort object. (Required)
See constructor functions |
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 |
A dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.