timestamp_to_squids {squids} | R Documentation |
Convert a timestamp to a SQUID
Description
Convert a timestamp (the number of seconds that passed since the first of January, 1970) to a SQUID.
Usage
timestamp_to_squids(x)
Arguments
x |
The timestamp (or a vector of timestamps) |
Value
The SQUID(s)
Examples
timestamp <-
as.numeric(Sys.time());
squids::timestamp_to_squids(
timestamp
);
[Package squids version 25.6.1 Index]