powered by
toc()
Used in conjunction with tic() to find the elapsed time when code is executed. Adapted from: http://stackoverflow.com/questions/1716012/stopwatch-function-in-r
tic()
time in seconds since tic() was called
tic
# NOT RUN { tic() Sys.sleep(3) toc() # }
Run the code above in your browser using DataLab