append_log: This function is called throughout the pipeline to append...

View source: R/util_log.R

append_logR Documentation

This function is called throughout the pipeline to append messages to the log

Description

This function is called throughout the pipeline to append messages to the log

Usage

append_log(s, type = "info", start_time = NULL)

Arguments

s

your message as a character string

type

the type of message. supported color-coding through logger.default: progress, info, warning, error. For the latter, an R error is thrown after logging!

start_time

optionally, provide a start time generated by Sys.time() that should be compared to the current Sys.time()


ftwkoopmans/msdap documentation built on March 5, 2025, 12:15 a.m.