Skip to content
Prev 31823 / 398500 Next

how to write text into a file

[...]
Not if you use 

sink("fileyouwant") to begin the redirecting into the 
                    file you want

and

sink()

to stop redirecting into the named file.

See ?sink