tick {docore}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

tock

Examples


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


[Package docore version 1.0 Index]