get_patient_info: Get patient information

Description Usage Arguments Value See Also Examples

View source: R/TCIApathfinder.R

Description

Get patient information

Usage

1
get_patient_info(collection = NULL)

Arguments

collection

TCIA collection name. If collection is NULL, patients from all collections will be returned. To get a list of available collection names, call get_collection_names.

Value

List containing elements:

See Also

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

Examples

1
2
3
4
5
## Not run: 
get_patient_info()
get_patient_info("TCGA-BRCA")

## End(Not run)

pamelarussell/TCIApathfinder documentation built on Feb. 11, 2021, 7:02 a.m.