Learn R Programming

shapr (version 1.0.6)

get_nice_time: Reformat seconds into a human-readable format.

Description

Reformat seconds into a human-readable format.

Usage

get_nice_time(secs)

Value

A character string representing the time in a human-readable format.

Arguments

secs

Numeric vector of seconds to reformat.