readable.time: Print times in a readable way.

Description Usage Arguments Examples

View source: R/readabletime.r

Description

Print times in a readable way.

Usage

1
readable.time(time, unit = "seconds")

Arguments

time

A time count.

unit

The unit of time (e.g. "seconds").

Examples

1
2
3
4
5
6
7
## Not run: 
library(memuse)

readable.time(10000, unit="seconds")
readable.time(10000, unit="minutes")

## End(Not run)

shinra-dev/merkhet documentation built on Dec. 31, 2021, 4:30 a.m.