Re: [R] value changed after paste() function

2011-03-21 Thread Bert Gunter
Inline below. On Mon, Mar 21, 2011 at 8:18 AM, kellysong wrote: > Hi all, > > I am new user in R, I am trying to to use paste function to concatenate > strings which has been fetched from database table(postgres database), the > following are my code: > > when i do: >  > sqlFetch(channel,'transac

[R] value changed after paste() function

2011-03-21 Thread kellysong
Hi all, I am new user in R, I am trying to to use paste function to concatenate strings which has been fetched from database table(postgres database), the following are my code: when i do: > sqlFetch(channel,'transactions') outputs are following(only parts, there are around 200 transactions in