get_duration-deprecated: Provide the run time of processing

get_duration-deprecatedR Documentation

Provide the run time of processing

Description

Provide the run time of processing

Usage

get_duration(timer)

Arguments

timer

a proc_time object giving the initial time

See Also

AGread-deprecated

Examples

timer <- proc.time()
Sys.sleep(2.2)

  # Gives warning about deprecation
  # get_duration(timer)

  # Instead use
  PAutilities::get_duration(timer)




paulhibbing/AGread documentation built on Sept. 17, 2022, 2:37 a.m.