fields,HCAExplorer-method {HCAExplorer} | R Documentation |
This function is used to discover possible fields that can be queried upon in an HCAExplorer object.
## S4 method for signature 'HCAExplorer' fields(x)
x |
An HCAExplorer object. |
A tibble indicating fields that can be queried upon.
HCAExplorer
for the HCAExplorer class,
values
for how to obtain possible values of a field.
## Intiate an HCAExplorer object. x <- HCAExplorer() ## Find which fields can be queried upon. fields(x)