results {HCABrowser}R Documentation

Get results of SearchResult object

Description

Get results of SearchResult object

Usage

## S4 method for signature 'SearchResult'
results(x)

Arguments

x

A Searchresult to obtain the result slot value from

Value

list of the results of the HCABrowser query

Examples

 sr <- new("SearchResult")
 results(sr)


[Package HCABrowser version 1.6.0 Index]