Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

minuteTime

Convert numeric time to HH:MM


Description

Convert numeric time to HH:MM

Usage

minuteTime(x, format = c("h", "m", "s"), seconds = TRUE)

Arguments

x

Single string or a vector of strings containing hours:minutes or hours:minutes:seconds.

format

the format of x, one of "h" (hours), "m", (minutes) or "s" (seconds).

seconds

Logical; If TRUE, output is returned in HH:MM:SS format.

Value

a string or vector of strings corresponding to the character hour equivalent of the numeric input.


actel

Acoustic Telemetry Data Analysis

v1.2.1
GPL-3
Authors
Hugo Flávio [aut, cre] (<https://orcid.org/0000-0002-5174-1197>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.