numeric_to_time {rbi.helpers} | R Documentation |
Convert numeric times to actual times or dates
Description
This function converts from numeric times (i.e., 0, 1, 2, ...) to actual times or dates
Usage
numeric_to_time(x, origin, unit, ...)
Arguments
x |
a |
origin |
the time origin, i.e. the date or time corresponding to time 0 |
unit |
the unit of time that each time step corresponds to; this must be
a unit understood by |
... |
any arguments for |
Value
a list of data frames as returned by bi_read
, but with real
times
[Package rbi.helpers version 0.4.0 Index]