Track_time: Instantiate a new Track_time object

Description Usage Arguments Value See Also Examples

Description

Creates a new Track_time object for use in tracking and printing status the running time of processes in an R script.

Usage

1
Track_time(notify = print)

Arguments

notify

a function to handle the string output from Track_time. This function should accept a string as an argument. Default is the print function.

Value

Track_time object

See Also

start_timer, stop_timer

Examples

1
2
timer <- Track_time()
print(timer)

azvoleff/teamlucc documentation built on May 11, 2019, 5:19 p.m.