Re: [R] format \Sexpr{}

2009-02-06 Thread Felipe Carrillo
marc: Thanks for the quick reply. I learned something new today, I wasn't aware of the big.mark argument. --- On Fri, 2/6/09, Marc Schwartz wrote: > From: Marc Schwartz > Subject: Re: [R] format \Sexpr{} > To: mazatlanmex...@yahoo.com > Cc: r-h...@stat.math.ethz.ch > Da

Re: [R] format \Sexpr{}

2009-02-06 Thread Marc Schwartz
on 02/06/2009 02:32 PM Felipe Carrillo wrote: > Hi everyone: It is probably something simple but I can't find > anything related to this. Could someone show me how to format the sum > of x. the result is 1 but I need comma formatted like this: > 10,000. Since I am going to be using this number

[R] format \Sexpr{}

2009-02-06 Thread Felipe Carrillo
Hi everyone: It is probably something simple but I can't find anything related to this. Could someone show me how to format the sum of x. the result is 1 but I need comma formatted like this: 10,000. Since I am going to be using this number to be added to another calculation, I want to be ab