Description Usage Arguments Value Examples
MMRFquery_clinical will download and prepare all clinical information from the API as the one with using the button from each project
1  | MMRFquery_clinic(type = "clinical", save.csv = FALSE)
 | 
type | 
 A valid type. Options "clinical", "Biospecimen" (see list with getGDCprojects()$project_id)]  | 
save.csv | 
 Write clinical information into a csv document  | 
"MMRF-COMMPASS" | 
 project 
  | 
A data frame with the clinical information
1 2 3 4 5 6  | clin.mm<-MMRFquery_clinic(type = "clinical", save.csv = TRUE)
clin.mm<-MMRFquery_clinic(type = "biospecimen", save.csv = TRUE)
## Not run: 
clin <- MMRFquery_clinical(type = "clinical")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.