Skip to contents

Simple log file writer, with file name determined by the workflow. Timestamp and job name are prepended to each line before writing.

Usage

job_log_write(flow_name, job_name = NA, lines, console = FALSE)

Arguments

flow_name

character workflow name

job_name

character job name

lines

character vector of lines to write to the file

console

boolean whether to echo to the console, default is FALSE