Rdocumentation
powered by
Learn R Programming
haven (version 0.2.0)
hms: Hours, minutes, seconds.
Description
A "time" variable for R, recording the number of seconds since midnight.
Usage
hms(x)
Arguments
x
An integer vector
Examples
Run this code
hms(
100
)
hms(
3666
)
Run the code above in your browser using
DataLab