results_all {GenomicDataCommons}R Documentation

results_all

Description

results_all

Usage

results_all(x)

## S3 method for class 'GDCQuery'
results_all(x)

## S3 method for class 'GDCResponse'
results_all(x)

Arguments

x

a GDCQuery object

Value

A (typically nested) list of GDC records

Methods (by class)

Examples

# details of all available projects
projResults = projects() %>% results_all()
length(projResults)
count(projects())



[Package GenomicDataCommons version 1.17.4 Index]