Description Usage Arguments Value Examples
View source: R/getClinicalData.R
Wrapper for domain-specific getData functions (e.g., getObservations). Produces a list of tables for all relevant domains.
| 1 | getClinicalData(patient_list, declare = FALSE)
 | 
| patient_list | Comma-separated string of patient ids | 
| declare | TRUE/FALSE will output status and data information during the process | 
a list of tables for each all data within each domain (e.g., Condition) for all patients provided (can access by ptClinicalData$Condition).
| 1 | ptClinicalData <- getClinicalData("1,2", declare=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.