convert: Convert Seconds to h:m:s

Description Usage Arguments Value See Also Examples

Description

Converts a vector of seconds to h:m:s

Usage

1
  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

1
convert(c(256, 3456, 56565))

trinker/qdap2 documentation built on May 31, 2019, 9:47 p.m.