Skip to contents

Append content to a file and optionally print it.

Usage

append.line(x, file, show = T)

Arguments

x

A character or object to write.

file

A character string specifying the file path.

show

Logical; if TRUE, print the file content (default: TRUE).

Value

None.