Learn R Programming

SIPETool (version 0.1.0)

data_indexer: data indexer

Description

This function takes as input a vector and return the data index according to the selected time frame

Usage

data_indexer(dat, time_frame_index = NA)

Value

a vector indexed according to the specified time frame

Arguments

dat

input vector

time_frame_index

custom data range from the time column

Examples

Run this code
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