toc: Read elasped time from stopwatch

Description Usage Value Author(s) References Examples

View source: R/toc.R

Description

toc reads the elasped time from the stopwatch timer started by the tic function. The function reads the internal time at the execution of the toc command, and displays the elapsed time since the most recent call to the tic function that had no output, in seconds.

Usage

1
toc()

Value

None

Author(s)

Junliang Shang shangjunliang110@163.com

References

None

Examples

1
2
3
tic()
Sys.sleep(2)
toc()

CINOEDV documentation built on May 29, 2017, 9:07 p.m.