Append a message (or multiple messages) to a text file.
Usage
savemsg(msg, ..., file, show = T)
Arguments
- msg
A character string representing the message to save.
- ...
Additional character strings to be saved.
- file
A character string specifying the file path.
- show
Logical; if TRUE, print the message on console.