formatSegundos: formatSegundos

View source: R/HerramientasAutonomas.R

formatSegundosR Documentation

formatSegundos

Description

Formatea un dato de segundos para que mostrar las horas y minutos que representan.

Usage

formatSegundos(start_time)

Arguments

start_time

Un número de segundos.

Value

Una cadena de texto en formato h:mm:ss.

Author(s)

Jose Alejandro Morán Pérez

Examples

formatSegundos(605) #| Produce:0:10:05

jaleo/HerramientasAle documentation built on Oct. 12, 2023, 1:14 a.m.