sec_to_hms: Function that converts seconds to a character format hh:mm:ss

Description Usage Arguments Value Examples

View source: R/sec_to_hms.R

Description

This function converts a number of seconds to a character format hh:mm:ss

Usage

1
sec_to_hms(secs)

Arguments

secs

a number of seconds to be formatted

Value

A character vector of formatted seconds

Examples

1
2
sec_to_hms(c(8, 66))
sec_to_hms(8 + 66)

avrincon/phukieo documentation built on Aug. 17, 2020, 1:31 p.m.