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_stampobject fromlnk_stamp().- result
Optional. Any R object representing the run's output. Stored verbatim in
stamp$result.- end_time
Default
Sys.time().
See also
Other stamp:
lnk_stamp()
