Command in the programming language R. Sends R Output to a connection.
In R, I'm wondering if it's possible to temporarily redirect the output of the console to a variable? p.s. …
r console sinkI know that the sink() function can be used to divert R output into a file, e.g. sink('sink-closing.…
r sink