getTimestamp {datautils}R Documentation

getTimestamp

Description

Returns the current timestamp.

Usage

getTimestamp()

Value

numeric vector with 2 values (number of seconds since epoch, and number of microseconds in current second).

Author(s)

Pierrick Bruneau

See Also

getElapsed

Examples

stamp <- getTimestamp()

[Package datautils version 0.1.5 Index]