get_duration-deprecated | R Documentation |
Provide the run time of processing
get_duration(timer)
timer |
a proc_time object giving the initial time |
AGread-deprecated
timer <- proc.time() Sys.sleep(2.2) # Gives warning about deprecation # get_duration(timer) # Instead use PAutilities::get_duration(timer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.