Skip to content
Back to formatted view

Raw Message

Message-ID: <d812a006050516094746cd1604@mail.gmail.com>
Date: 2005-05-16T16:47:36Z
From: Anubhav Manglick
Subject: sink stack memory??

Dear R-mailers

I want to store data in a seperate file named 'XYZ'
so I uses sink function for it
i runs the loop , say 100 times, and so every of the 100 times the
function is called the result must go to the file. But after soem time
of running it says
" 
Error in sink("C:/XYZ", append = TRUE) : 
        sink stack is full
"

but i have enough memory on the disk for this result

I would be highly obliged to know the problem/mistake I am amking

thanking you 

anubhav