Skip to contents

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)

  • results_all(GDCQuery):

  • results_all(GDCResponse):

Examples

# details of all available projects
projResults = projects() %>% results_all()
length(projResults)
#> [1] 9
count(projects())
#> [1] 72