fields,HCAExplorer-method {HCAExplorer}R Documentation

List supported fields of an HCAExplorer object

Description

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

Usage

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

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

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


[Package HCAExplorer version 1.3.1 Index]