Learn R Programming

squids (version 25.6.1)

timestamp_to_squids: 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)

Value

The SQUID(s)

Arguments

x

The timestamp (or a vector of timestamps)

Examples

Run this code
timestamp <-
  as.numeric(Sys.time());

squids::timestamp_to_squids(
  timestamp
);

Run the code above in your browser using DataLab