View source: R/analyzer_alpha_0.06.R
data_indexer | R Documentation |
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)
dat |
input vector |
time_frame_index |
custom data range from the time column |
a vector indexed according to the specified time frame
data_indexer(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.