powered by
Extraxt bid and ask data from time series objects.
Bid(x, ...)# S3 method for data.frame Bid(x, ...)# S3 method for xts Bid(x, ...)# S3 method for olinda_df Bid(x, ...)Ask(x, ...)# S3 method for data.frame Ask(x, ...)# S3 method for xts Ask(x, ...)# S3 method for olinda_df Ask(x, ...)
# S3 method for data.frame Bid(x, ...)
# S3 method for xts Bid(x, ...)
# S3 method for olinda_df Bid(x, ...)
Ask(x, ...)
# S3 method for data.frame Ask(x, ...)
# S3 method for xts Ask(x, ...)
# S3 method for olinda_df Ask(x, ...)
tibble with time series
time series objects containing data to be extracted
additional arguments
if (FALSE) { x <- get_currency("EUR", "2018-06-22", "2018-06-28") Bid(x) Ask(x) }
Run the code above in your browser using DataLab