Description Usage Arguments Value See Also Examples
View source: R/TCIApathfinder.R
Get studies that have been added to a collection and optionally to a patient since a specified date
1 | get_new_studies_in_collection(collection, date, patient_id = NULL)
|
collection |
TCIA collection name. To get a list of available collection
names, call |
date |
Date in format "YYYY-MM-DD" |
patient_id |
Patient ID. To get a list of available patient IDs, call |
List containing elements:
studies
: Data frame of collection, patient ID, and study instance UID
content
: parsed API response content
response
: API response
get_collection_names
,
get_patient_info
,
TCIA REST API Usage Guide,
TCIA API object definitions
1 2 3 4 5 | ## Not run:
get_new_studies_in_collection("TCGA-BRCA", "2014-01-01")
get_new_studies_in_collection("TCGA-BRCA", "2014-01-01", "TCGA-OL-A66O")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.