Learn R Programming

GenomicDataCommons (version 1.3.1)

results_all: results_all

Description

results_all

Usage

results_all(x)

# S3 method for GDCQuery results_all(x)

# S3 method for GDCResponse results_all(x)

Arguments

x

a GDCQuery object

Value

A (typically nested) list of GDC records

Methods (by class)

  • GDCQuery:

  • GDCResponse:

Examples

Run this code
# NOT RUN {
# details of all available projects
projResults = projects() %>% results_all()
length(projResults)
count(projects())


# }

Run the code above in your browser using DataLab