# NOT RUN {
# match the trade and quote data
tqData <- matchTradesQuotes(sampleTData, sampleQData)
head(tqData)
# multi-day input allowed
tqData <- matchTradesQuotes(sampleTDataMicroseconds, sampleQDataMicroseconds)
# }
Run the code above in your browser using DataLab