I'm trying to JOIN two data frames in R on a Date column (measurements at different timestamps). The date timestamps are not equal at the two frames, so I need to round the timestamps is some way in order to be able to JOIN. I thought of:I'm trying to JOIN two data frames in R on a Da