# NOT RUN {
# Consider you have raw quote data for 1 stock for 2 days
head(sample_qdataraw_microseconds)
dim(sample_qdataraw_microseconds)
qdata_aftercleaning <- quotesCleanup(qdataraw = sample_qdataraw_microseconds, exchanges = "N")
qdata_aftercleaning$report
dim(qdata_aftercleaning$qdata)
# In case you have more data it is advised to use the on-disk functionality
# via "from","to","datasource",etc. arguments
# }
Run the code above in your browser using DataLab