nextResults {HCAExplorer} | R Documentation |
Fetch the next set of entries from a HCAExplorer Object
## S4 method for signature 'HCAExplorer' nextResults(x)
x |
An HCAExplorer object |
A HCAExplorer object that displays the next results
Daniel Van Twisk
HCAExplorer
for the HCAExplorer class,
## Intitate an HCAExplorer object. x <- HCAExplorer() x ## View the next set of results in the HCAExplorer object. x <- nextResults(x) x