pullFiles {HCABrowser}R Documentation

Obtain file uuids from a HCABrowser object

Description

Obtain file uuids from a HCABrowser object

Usage

## S4 method for signature 'HCABrowser'
pullFiles(hca, n = 10)

Arguments

hca

A HCABrowser object

n

integer(1) number of files to pull

Value

character(1) of

Examples

hca <- HCABrowser()
#hca <- hca %>% pullFiles
hca

[Package HCABrowser version 1.0.0 Index]