results {GenomicDataCommons}R Documentation

results

Description

results

Usage

results(x, ...)

## S3 method for class 'GDCQuery'
results(x, ...)

## S3 method for class 'GDCResponse'
results(x, ...)

Arguments

x

a GDCQuery object

...

passed on to response

Value

A (typically nested) list of GDC records

Methods (by class)

Examples

qcases = cases() %>% results()
length(qcases)


[Package GenomicDataCommons version 1.8.0 Index]