human_time {gnn}R Documentation

Time Measurement with Human-Readable Units

Description

system.time() with human-readable output.

Usage

human_time(..., digits = 2)

Arguments

...

arguments passed to the underlying system.time().

digits

for rounding the output; see round().

Value

Timings with units indicated.

Author(s)

Marius Hofert

Examples

human_time(Sys.sleep(1))

[Package gnn version 0.0-3 Index]