secToTime: This function takes a time in seconds and converts it to a...

Description Usage Arguments

View source: R/utility.R

Description

This function takes a time in seconds and converts it to a more human-readable format, showing hours, minutes, or seconds, depending on how long the time is. Used by my implementation of tic()/toc().

Usage

1
secToTime(timeInSec)

Arguments

timeInSec

numeric value of time measured in seconds.


nsheff/simpleCache documentation built on April 24, 2021, 1:38 a.m.