time_vec {timeDF} | R Documentation |
time vector and column name for times of timeDF
Description
Functions to obtain time vector and column name for times of timeDF
Usage
time_vec(timeDF)
time_var(timeDF)
Arguments
timeDF |
timeDF object |
Details
time_vec
function returns times in timeDF object.
time_var
function returns the column name for times in timeDF
object, i.e. returns the value of time_var attribute.
Value
For time_vec
, a vector of time objects
For time_var
, a string of the column name for tiems
See Also
Examples
time_vec(timeDF)
time_var(timeDF)
[Package timeDF version 0.9.1 Index]