logmsg: Write a character vector of format strings to a log file

View source: R/utils.R

logmsgR Documentation

Write a character vector of format strings to a log file

Description

Write a character vector of format strings to a log file

Usage

logmsg(logfile, fmt, ..., sep = "\n")

Arguments

logfile

path to log file

fmt

a character vector of format strings, each of up to 8192 bytes.

...

values to be passed into fmt. As in sprintf

sep

argument to cat; default: "\n"

Value

(invisible) formatted messages


brownag/SoilKnowledgeBase documentation built on April 5, 2025, 1:32 a.m.