results {GenomicDataCommons} | R Documentation |
results
results(x, ...) ## S3 method for class 'GDCQuery' results(x, ...) ## S3 method for class 'GDCResponse' results(x, ...)
x |
a |
... |
passed on to |
A (typically nested) list
of GDC records
GDCQuery
:
GDCResponse
:
qcases = cases() %>% results() length(qcases)