[Rd] is there String concating function in R?

Dimitris Rizopoulos dimitris.rizopoulos at med.kuleuven.ac.be
Mon Jan 10 16:56:52 CET 2005


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" <saurin_jani at yahoo.com>
To: "Rproject development" <r-devel at stat.math.ethz.ch>
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 at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>



More information about the R-devel mailing list