ref_indices {td} | R Documentation |
Reference Data Accessor for Indices from ‘twelvedata’
Description
Retrieve Reference Data for Indices from ‘twelvedata’
Usage
ref_indices(sym = "", as = c("data.frame", "raw"), country = "", apikey)
Arguments
sym |
(optional, character) A (single or vector) symbol for Indices. Defaults to unset. |
as |
(optional, character) A selector for the desired output format: one of “data.frame” (the default) or or “raw”. |
country |
(optional, character) An alpha code or country name. Defaults to unset. |
apikey |
(optional character) An API key override, if missing a value cached from
package startup is used. The startup looks for either a file in the per-package config
directory provided by |
Details
ref_indices
.
Value
The requested data is returned as a data.frame
object.
See Also
[Package td version 0.0.6 Index]