Hi,
I have weird problem. Some times when I subset a data frame, the output is doubled at the console.
The row number from the actual line is added with 1.
For example, if the row number for the actual line is 12345, then the duplicated line has 123451, and the content on each column is the same as in actual line.
This is highly annoying.
> Q[Q$time_stamp == 1520702581600,]
id clock x y x_velocity y_velocity progress
5175488 a4da22e00154 5124469 -30.02 7.9 5.77 31.59 TRUE
51754881 a4da22e00154 5124469 -30.02 7.9 5.77 31.59 TRUE
quality zone time_stamp recording
5175488 0.64 Zone001 1520702581600 48
51754881 0.64 Zone001 1520702581600 48