tick {cooltools} | R Documentation |
Start timer
Description
Start timer and write a custom text into the console.
Usage
tick(txt = "Start")
Arguments
txt |
custom text |
Value
None
Author(s)
Danail Obreschkow
See Also
Examples
tick('Sum 10 million random numbers')
x = sum(runif(1e7))
tock()
[Package cooltools version 2.4 Index]