Description Usage Arguments Value See Also Examples
This function is used to discover possible fields that can be queried upon in an HCAExplorer object.
1 2 | ## 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.
1 2 3 4 5 | ## Intiate an HCAExplorer object.
x <- HCAExplorer()
## Find which fields can be queried upon.
fields(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.