Learn R Programming

docore (version 1.0)

tick: Start timer

Description

Start timer and write a custom text into the console.

Usage

tick(txt = "Start")

Arguments

txt

custom text

Value

None

See Also

tock

Examples

Run this code
# NOT RUN {
tick('Sum 10 million random numbers')
x = sum(runif(1e7))
tock()

# }

Run the code above in your browser using DataLab