tick: Start timer

Description Usage Arguments Value Author(s) See Also Examples

View source: R/tick.R

Description

Start timer and write a custom text into the console.

Usage

1
tick(txt = "Start")

Arguments

txt

custom text

Value

None

Author(s)

Danail Obreschkow

See Also

tock

Examples

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

docore documentation built on Feb. 1, 2022, 5:06 p.m.

Related to tick in docore...