View source: R/timestamp_to_squids.R
timestamp_to_squids | R Documentation |
Convert a timestamp (the number of seconds that passed since the first of January, 1970) to a SQUID.
timestamp_to_squids(x)
x |
The timestamp (or a vector of timestamps) |
The SQUID(s)
timestamp <-
as.numeric(Sys.time());
squids::timestamp_to_squids(
timestamp
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.