get_new_patients_in_collection: Get IDs of patients that have been added to a collection...

Description Usage Arguments Value See Also Examples

View source: R/TCIApathfinder.R

Description

Get IDs of patients that have been added to a collection since a specified date

Usage

1

Arguments

collection

TCIA collection name. To get a list of available collection names, call get_collection_names.

date

Date in format "YYYY-MM-DD"

Value

List containing elements:

See Also

get_collection_names, TCIA REST API Usage Guide, TCIA API object definitions

Examples

1
2
3
4
## Not run: 
get_new_patients_in_collection("TCGA-BRCA", "2014-01-01")

## End(Not run)

TCIApathfinder documentation built on Sept. 21, 2019, 5:03 p.m.