Learn R Programming

GenomicDataCommons (version 1.3.1)

results: results

Description

results

Usage

results(x, ...)

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

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

Arguments

x

a GDCQuery object

...

passed on to response

Value

A (typically nested) list of GDC records

Methods (by class)

  • GDCQuery:

  • GDCResponse:

Examples

Run this code
# NOT RUN {
qcases = cases() %>% results()
length(qcases)

# }

Run the code above in your browser using DataLab