results_all {GenomicDataCommons} | R Documentation |
results_all
results_all(x) ## S3 method for class 'GDCQuery' results_all(x) ## S3 method for class 'GDCResponse' results_all(x)
x |
a |
A (typically nested) list
of GDC records
GDCQuery
:
GDCResponse
:
# details of all available projects projResults = projects() %>% results_all() length(projResults) count(projects())