tick | R Documentation |
Start timer and write a custom text into the console.
tick(txt = "Start")
txt |
custom text |
None
Danail Obreschkow
tock
tick('Sum 10 million random numbers')
x = sum(runif(1e7))
tock()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.