nextResults {HCAExplorer}R Documentation

Next Results

Description

Fetch the next set of entries from a HCAExplorer Object

Usage

## S4 method for signature 'HCAExplorer'
nextResults(x)

Arguments

x

An HCAExplorer object

Value

A HCAExplorer object that displays the next results

Author(s)

Daniel Van Twisk

See Also

HCAExplorer for the HCAExplorer class,

Examples

## Intitate an HCAExplorer object.
x <- HCAExplorer()
x

## View the next set of results in the HCAExplorer object.
x <- nextResults(x)
x


[Package HCAExplorer version 1.3.1 Index]