Re: [R] get a expression as String

2008-03-17 Thread jim holtman
Is this what you want? > x <- capture.output(dput(ab)) > x [1] "y ~ a + b" > On 3/17/08, jcgonzales <[EMAIL PROTECTED]> wrote: > > Hi, I'm working with Rserve, and in R I have this expression ab <- y ~ a + > b, but the problem with Rserve is I can't get the expression, is there some > way to c

[R] get a expression as String

2008-03-17 Thread jcgonzales
Hi, I'm working with Rserve, and in R I have this expression ab <- y ~ a + b, but the problem with Rserve is I can't get the expression, is there some way to convert this expression in String or in List?..thanks -- View this message in context: http://www.nabble.com/get-a-expression-as-String