Skip to contents

Sets end_time to Sys.time() and attaches an optional result object (typically the comparison tibble or rollup). Returns the updated stamp.

Usage

lnk_stamp_finish(stamp, result = NULL, end_time = Sys.time())

Arguments

stamp

An lnk_stamp object from lnk_stamp().

result

Optional. Any R object representing the run's output. Stored verbatim in stamp$result.

end_time

Default Sys.time().

Value

An lnk_stamp with run$end_time and result populated.

See also

Other stamp: lnk_stamp()