aggregations: aggregations

Description Usage Arguments Value Methods (by class) Examples

View source: R/response.R

Description

aggregations

Usage

1
2
3
4
5
6
7
aggregations(x)

## S3 method for class 'GDCQuery'
aggregations(x)

## S3 method for class 'GDCResponse'
aggregations(x)

Arguments

x

a GDCQuery object

Value

a list of data.frame with one member for each requested facet. The data frames each have two columns, key and doc_count.

Methods (by class)

Examples

1
2
3
4
library(magrittr)
# Number of each file type
res = files() %>% facet(c('type','data_type')) %>% aggregations()
res$type

GenomicDataCommons documentation built on Nov. 8, 2020, 11:08 p.m.