tic | R Documentation |
tic()
commandUsed in conjunction with toc()
to find the elapsed time
when code is executed.
tic(type = c("elapsed", "user.self", "sys.self"))
type |
can be either |
time tic was called
toc
tic()
Sys.sleep(3)
toc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.