I did this but split the series into random chunks: chunks <- split(GC, f = 1:3)
I need continuous chunks, taking into account the date that is in the index.
I did this but split the series into random chunks: chunks <- split(GC, f = 1:3)
I need continuous chunks, taking into account the date that is in the index.