results_all: results_all

View source: R/response.R

results_allR 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)

  • results_all(GDCQuery):

  • results_all(GDCResponse):

Examples

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



Bioconductor/GenomicDataCommons documentation built on Oct. 15, 2024, 8:35 p.m.