Export `time_shift()`?
christophsax opened this issue · 1 comments
christophsax commented
date <- ts_tbl(mdeaths)$time
tsbox:::time_shift(date, "-1 days")
christophsax commented
Not sure. The function maybe useful in certain situations, but it is quite different from other functions (it works on dates, not on ts-boxable objects).
So probably not.