Used to interrupt sequential script execution while testing or debugging.
Outputs an auditory signal and breaks sequential script execution,
identifying the script at which execution was interrupted.
Is a Sys.time() object is passed to start_time, messages the elapsed time.
Usage
wrap_up(start_time = NULL)
Value
Interrupts sequential script execution with an auditory signal. Logs
the elapsed time if start_time is used, outputs the script location.
Arguments
start_time
Optional POSIXct object, created by assigning Sys.time()
to an object prior to executing wrap_up().