append_log_timestamp: Append text to the log file and print to console, including a...

View source: R/util_log.R

append_log_timestampR Documentation

Append text to the log file and print to console, including a time duration

Description

Append text to the log file and print to console, including a time duration

Usage

append_log_timestamp(s, start_time, type = "progress")

Arguments

s

your message as a character string

start_time

the start time, generated by Sys.time(), that will be compared to the current Sys.time()

type

the type of message, typically "progress". See further append_log()


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