humanTime: Converts time to human readable form

View source: R/convertTime.R

humanTimeR Documentation

Converts time to human readable form

Description

Given an input of bytes calculates the result in a sensible output unit (e.g. minutes, hours).

Usage

humanTime(S, unit = "seconds")

Arguments

S

Time to convert in unit

unit

The unit of time to convert

Value

String in human readable format


sonicscrewdriver documentation built on May 29, 2024, 3:39 a.m.