Re: [Rd] is there String concating function in R?

2005-01-10 Thread Jeff Gentry
> I prob. missed it but I would like to make string
> concating. Is there any string concating function in
> R?
> A <- "abc";
> B <- ".jpeg"
> 
> C <- c(A,B);
> it does not do abc.jpeg in string format..?

?paste

__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] is there String concating function in R?

2005-01-10 Thread Uwe Ligges
Saurin Jani wrote:
Hi All,
I prob. missed it but I would like to make string
concating. Is there any string concating function in
R?
A <- "abc";
B <- ".jpeg"
C <- c(A,B);
it does not do abc.jpeg in string format..?
can anyone guide me ?
?paste
Uwe Ligges
Thank you,
Saurin
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] is there String concating function in R?

2005-01-10 Thread Dimitris Rizopoulos
Hi Saurin,
Firstly you should post this question to R-help and not in R-devel 
since the purpose of the latter is different.

Regarding your question take a look at ?paste
paste(A, B, sep="")
Best,
Dimitris

Dimitris Rizopoulos
Ph.D. Student
Biostatistical Centre
School of Public Health
Catholic University of Leuven
Address: Kapucijnenvoer 35, Leuven, Belgium
Tel: +32/16/336899
Fax: +32/16/337015
Web: http://www.med.kuleuven.ac.be/biostat
http://www.student.kuleuven.ac.be/~m0390867/dimitris.htm
- Original Message - 
From: "Saurin Jani" <[EMAIL PROTECTED]>
To: "Rproject development" 
Sent: Monday, January 10, 2005 4:50 PM
Subject: [Rd] is there String concating function in R?


Hi All,
I prob. missed it but I would like to make string
concating. Is there any string concating function in
R?
A <- "abc";
B <- ".jpeg"
C <- c(A,B);
it does not do abc.jpeg in string format..?
can anyone guide me ?
Thank you,
Saurin
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] is there String concating function in R?

2005-01-10 Thread Saurin Jani
Hi All,

I prob. missed it but I would like to make string
concating. Is there any string concating function in
R?

A <- "abc";
B <- ".jpeg"

C <- c(A,B);
it does not do abc.jpeg in string format..?

can anyone guide me ?


Thank you,
Saurin

__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel