origin_to_squids {squids} | R Documentation |
Convert an origin (a timestamp) to a SQUID
Description
For convenience, origin_to_squids()
, datetime_to_squids()
, and
POSIXt_to_squids()
can all be used (i.e. they're aliases for the same
function). For more information, see squids()
. For conversion
the other way around, see squids_to_origin()
.
Usage
origin_to_squids(x)
Arguments
x |
The time, e.g. |
Value
A SQUID
Examples
squids::origin_to_squids(
Sys.time()
);
[Package squids version 25.6.1 Index]