tsFromEpoch: Calculate timestamp from epoch number or epoch number from...

Description Usage Arguments Value Author(s) See Also Examples

Description

Utility functions.

Usage

1
2
tsFromEpoch(object, x)
epochFromTS(object, x)

Arguments

object

an object of class accfile.

x

either an integer giving the epoch number or the timestamp in a POSIX format (e.g., '%Y-%m-%d %H:%M:%S').

Value

either a timestamp corresponding to an epoch number or the epoch number corresponding to a timestamp.

Author(s)

Marco Geraci

See Also

gt1mAccFile

Examples

1
2
3
4
5
6
7
data(gt1m_sample)

tsFromEpoch(gt1m_sample, 10000)
# [1] "2011-12-10 01:39:45 GMT"

epochFromTS(gt1m_sample, as.POSIXlt(strptime('2011-12-10 01:39:45', '%Y-%m-%d %H:%M:%S')))
# [1] 10000

pawacc documentation built on May 2, 2019, 5:20 p.m.