The package is still under development and is distributed without warranty.
Thanks to report bugs or make suggestions to kris.boudt@ugent.be.
CRAN:
install.packages("highfrequency")
Development version:
# Install package via devtools
# install.packages("devtools")
library(devtools)
install_github("https://github.com/jonathancornelissen/highfrequency")
library(highfrequency)
# Print raw quotes data to console
sampleQDataRaw
# Cleanup quotes leaves 46566 out of 464221 observations.
quotesCleanup(qDataRaw = sampleQDataRaw, exchanges = "N")
We would like to thank Brian Peterson, Chris Blakely, Dirk Eddelbuettel, Eric Zivot and Maarten Schermer.