Learn R Programming

emoji (version 15.0)

clock: emoji version of time

Description

emoji version of time

Usage

clock(time)

Value

Character vector of emojis showing the closest time.

Arguments

time

a POSIXct object

Details

This function is vectorized.

Examples

Run this code
times <- as.POSIXct("2021-09-17 14:33:21 PDT") + seq(1:30) * 3500
clock(times)

Run the code above in your browser using DataLab