Top "Sink" questions

Command in the programming language R. Sends R Output to a connection.

is it possible to redirect console output to a variable?

In R, I'm wondering if it's possible to temporarily redirect the output of the console to a variable? p.s. …

r console sink
Sink does not release file

I know that the sink() function can be used to divert R output into a file, e.g. sink('sink-closing.…

r sink
How to avoid 'sink stack is full' error when sink() is used to capture messages in foreach loop

In order to see the console messages output by a function running in a foreach() loop I followed the advice …

r foreach cat sink