toc | R Documentation |
toc()
commandUsed in conjunction with tic()
to find the elapsed time
when code is executed.
toc()
time in seconds since tic() was called
tic
tic()
Sys.sleep(3)
toc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.