sink
Connectionosink.Rd
Opens and closes a sink
connection.
osink(file, suffix, append=FALSE)
csink(file)
File name. No sink
is done if it has the value NULL
.
Suffix which should be put next to the file name
Optional logical indicating whether console output should
be appended to an already existing file. See argument append
in
base::sink
.