Learn R Programming

qdap (version 0.2.0)

convert: Convert Seconds to h:m:s

Description

Converts a vector of seconds to h:m:s

Usage

convert(x)

Arguments

x
A vector of times in seconds.

Value

  • Returns a vector of times in h:m:s format. Generally, this function is for internal use.

See Also

times

Examples

Run this code
convert(c(256, 3456, 56565))

Run the code above in your browser using DataLab