Posted on 15th April 201623rd October 2018 by rotsHow long did my R script run? This post was originally published hereThis to the beginning: strt<-Sys.time() And this to the end: print(Sys.time()-strt) Example output: print(Sys.time()-strt) Time difference of 16.39691 secs Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Like this:Like Loading... Related