pullBundles {HCABrowser}R Documentation

Obtain bundle fqids from a HCABrowser object

Description

Obtain bundle fqids from a HCABrowser object

Usage

## S4 method for signature 'HCABrowser'
pullBundles(hca, n = hca@per_page)

Arguments

hca

A HCABrowser object

n

integer(1) number of bundle fqids to pull

Value

character(1) of bundle fqids

Examples

hca <- HCABrowser()
hca <- hca %>% pullBundles

[Package HCABrowser version 1.4.0 Index]