Re: [R] Creating a string

2009-12-14 Thread John Kane
?paste a <- 1:5 paste("X",a, sep="") --- On Mon, 12/14/09, Tom Pitt wrote: > From: Tom Pitt > Subject: [R] Creating a string > To: r-help@r-project.org > Received: Monday, December 14, 2009, 4:31 PM > > Hi All, > > Thanks for your help. &g

[R] Creating a string

2009-12-14 Thread Tom Pitt
Hi All, Thanks for your help. I want to add a letter "x" and a number to a string like "x1". How do I do that? Thanks, Tom -- View this message in context: http://n4.nabble.com/Creating-a-string-tp963915p963915.html Sent from the R help mailing list archive at Nabble.com. __