powered by
Start/clock to measure performance. Same as tic and toc in matlab
tic(name = ".time_Jmisc", envir = .GlobalEnv)toc()
toc()
Name of the temporary time variable
environment of the temporary time variable
# NOT RUN { tic() Sys.sleep(1) toc # }
Run the code above in your browser using DataLab