Learn R Programming

squids (version 25.6.1)

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

Value

A SQUID

Arguments

x

The time, e.g. Sys.time().

Examples

Run this code
squids::origin_to_squids(
  Sys.time()
);

Run the code above in your browser using DataLab