nextResults: Next Results

Description Usage Arguments Value Author(s) See Also Examples

Description

Fetch the next set of entries from a HCAExplorer Object

Usage

1
2
## 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

1
2
3
4
5
6
7
## Intitate an HCAExplorer object.
x <- HCAExplorer()
x

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

HCAExplorer documentation built on Nov. 8, 2020, 5:45 p.m.