helpers | R Documentation |
Extraxt bid and ask data from time series objects.
Bid(x, ...)
## S3 method for class 'data.frame'
Bid(x, ...)
## S3 method for class 'xts'
Bid(x, ...)
## S3 method for class 'olinda_df'
Bid(x, ...)
Ask(x, ...)
## S3 method for class 'data.frame'
Ask(x, ...)
## S3 method for class 'xts'
Ask(x, ...)
## S3 method for class 'olinda_df'
Ask(x, ...)
x |
time series objects containing data to be extracted |
... |
additional arguments |
tibble with time series
## Not run:
x <- get_currency("EUR", "2018-06-22", "2018-06-28")
Bid(x)
Ask(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.