fields-HCAExplorer-method: List supported fields of an HCAExplorer object

Description Usage Arguments Value See Also Examples

Description

This function is used to discover possible fields that can be queried upon in an HCAExplorer object.

Usage

1
2
## S4 method for signature 'HCAExplorer'
fields(x)

Arguments

x

An HCAExplorer object.

Value

A tibble indicating fields that can be queried upon.

See Also

HCAExplorer for the HCAExplorer class, values for how to obtain possible values of a field.

Examples

1
2
3
4
5
## Intiate an HCAExplorer object.
x <- HCAExplorer()

## Find which fields can be queried upon.
fields(x)

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