[R] problem in textConnection function

2005-03-21 Thread Michael S
Dear all-helpers: I create one package ,code like this: output - function(x,y) { zz -textConnection(foo,w) sink(zz) a -5 b -6 z -a*b z e -spss h -c(1,2,3) ls() r-c(s,p,s,s) p-list(1:10) p sink()

RE: [R] problem in textConnection function

2005-03-21 Thread Mulholland, Tom
are you really expecting When I used your code -Original Message- From: Michael S [mailto:[EMAIL PROTECTED] Sent: Tuesday, 22 March 2005 10:59 AM To: r-help@stat.math.ethz.ch Subject: [R] problem in textConnection function Dear all-helpers: I create one package ,code like

Re: [R] problem in textConnection function

2005-03-21 Thread Gabor Grothendieck
Michael S michael_shen at hotmail.com writes: : : Dear all-helpers: : : I create one package ,code like this: : output - : function(x,y) : { : zz -textConnection(foo,w) : sink(zz) : a -5 : b -6 : z -a*b : z : e -spss : h -c(1,2,3) : ls() :