nextResults {HCABrowser}R Documentation

Next Results

Description

Fetch the next set of bundles from a Human Cell Atlas Object

Usage

## S4 method for signature 'HCABrowser'
nextResults(result)

Arguments

result

A HCABrowser object that has further bundles to display.

Value

A Human Cell Atlas object that displays the next results

Author(s)

Daniel Van Twisk

Examples


hca <- HCABrowser()
hca <- nextResults(hca)
hca


[Package HCABrowser version 1.0.1 Index]