Skip to content

sink() doesn't work

3 messages · Dan Baron, Sarah Goslee, jim holtman

#
We can't really diagnose the problem without a repeatable example
(that is, what's in your R file?).

But my suspicion is that you've called sink(filename) more than once.

Simply type
sink()
at the command prompt until you get the warning:
In sink() : no sink to remove

And then all should be well.
On Fri, Nov 9, 2012 at 2:07 PM, Dan Baron <danbenbar at gmail.com> wrote:
--
Sarah Goslee
http://www.functionaldiversity.org
#
sink.number() will give you an idea of how many 'sinks' you might have nested.
On Fri, Nov 9, 2012 at 2:07 PM, Dan Baron <danbenbar at gmail.com> wrote: