Print dividers to the console between analysis logs when verbose is TRUE.

map_log(res, verbose)

Arguments

res

An intermediate value of an iterable function (e.g., purrr::map).

verbose

Should dividers be printed to the console?

Value

After printing to the console if verbose is TRUE, res is returned as is.