Given an id variable that labels the different instances of a time series inside a dataset, discard the rows that have values from more than 1 id.
filter_same_cycle(f_dt, size, id_var)
folded data.table
the size of the data.table
the variable that labels each individual instance of the time series
the filtered dataset