[R] textConnection

2007-06-04 Thread elyakhlifi mustapha
hello, I wanna close the textConnection but I don't know how to do it can you help me please? thanks _ [[alternative HTML version deleted]] __

Re: [R] textConnection

2007-06-04 Thread Gabor Grothendieck
Try: closeAllConnections() On 6/4/07, elyakhlifi mustapha [EMAIL PROTECTED] wrote: hello, I wanna close the textConnection but I don't know how to do it can you help me please? thanks _

[R] textConnection

2007-05-15 Thread elyakhlifi mustapha
hello, I don't understand what's happen just before the textConnection function runs good but now it doesn't run Line[1] [1] if C325=. then C743=(C152/C103)*100| else C743=(C152/C325)*100 textConnection(Line[1]) Erreur dans textConnection(Line[1]) : toutes les connexions sont utilisées why R

Re: [R] textConnection

2007-05-15 Thread Prof Brian Ripley
It means what it says. You do need to close() connections, as there is a finite number available. (The number depends on your unstated version of R, but is at least 50.) On Tue, 15 May 2007, elyakhlifi mustapha wrote: hello, I don't understand what's happen just before the textConnection