Creates the log_df element of a chronicle object.
make_log_df(
ops_number = 1,
success,
fstring,
args,
res_pure,
start = Sys.time(),
end = Sys.time(),
.g = (function(x) NA),
diff_obj = NULL
)
A tibble containing the log.
Tracks the number of the operation in a chain of operations.
Did the operation succeed?
The function call.
The arguments of the call.
The result of the purely call.
Starting time.
Ending time.
Optional. A function to apply to the intermediary results for monitoring purposes. Defaults to returning NA.
Optional. Output of the `diff` parameter in `record()`.