I would to subset the xts object(data) by selecting only the data that is within the range of 09:00:00.000 to 17:00:00.000
across all the different dates in the file.
Timestamp Col1 Col2 Col3 Col4
2017-05-02 08:50:47.457 12345 12345 12345 12345
2017-05-02 09:50:49.845 12345 12345 12345 12345
2017-05-02 16:50:49.845 12345 12345 12345 12345
2017-05-02 22:50:50.085 12345 12345 12345 12345
2017-05-03 08:50:47.457 12345 12345 12345 12345
2017-05-04 09:50:49.845 12345 12345 12345 12345
2017-05-04 16:50:49.845 12345 12345 12345 12345
2017-05-04 22:50:50.085 12345 12345 12345 12345
How can I do this ?