Open marberts opened 1 month ago
Replace period in function calls and documentation with time. This could be quite a disruptive change. It would mean that tsbox would work directly with as.data.frame(index).
period
time
tsbox
as.data.frame(index)
I think this can be reduced to just change period to time in as.data.frame(index).
Replace
period
in function calls and documentation withtime
. This could be quite a disruptive change. It would mean thattsbox
would work directly withas.data.frame(index)
.