time_vec: time vector and column name for times of timeDF

View source: R/utils_timeDF.R

time_vecR 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

timeDF-class

Examples


time_vec(timeDF)
time_var(timeDF)

timeDF documentation built on May 29, 2024, 5:12 a.m.