Learn R Programming

cooltools (version 2.4)

tick: Start timer

Description

Start timer and write a custom text into the console.

Usage

tick(txt = "Start")

Value

None

Arguments

txt

custom text

Author

Danail Obreschkow

See Also

tock

Examples

Run this code

tick('Sum 10 million random numbers')
x = sum(runif(1e7))
tock()

Run the code above in your browser using DataLab