append.line.Rd
Append content to a file and optionally print it.
append.line(x, file, show = T)
A character or object to write.
A character string specifying the file path.
Logical; if TRUE, print the file content (default: TRUE).
TRUE
None.