powered by
This function takes as input a vector and return the data index according to the selected time frame
data_indexer(dat, time_frame_index = NA)
a vector indexed according to the specified time frame
input vector
custom data range from the time column
data_indexer(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))
Run the code above in your browser using DataLab