137768 threads
735 threads
2 emails from 2 people
Dear all, What's the common R idiom to do this task? For example I want to compute the running time of one function in R > mylong_running_func(100) How can I compute the running time of the function above? - Gundala Viswanath Jakarta - Indonesia
> mylong_running_func(100)
see ?system.time