Is there a way of estimating the time to run an R
command without actually running it or only partially running the command?
I know system.time()
exists but requires running the whole command then it gives the time taken.
Is there a way of estimating the time to run an R
command without actually running it or only partially running the command?
I know system.time()
exists but requires running the whole command then it gives the time taken.
As well there is http://www.ats.ucla.edu/stat/r/faq/timing_code.htm which has proc.time along with system.time