Skip to content
Prev 75631 / 398502 Next

How to merge two strings

look at ?paste(), e.g.,

s1 <- "R-"
s2 <- "project"
paste(s1, s2, 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.be/biostat/
     http://www.student.kuleuven.be/~m0390867/dimitris.htm


----- Original Message ----- 
From: "Claus Hindsgaul" <claush at mek.dtu.dk>
To: <r-help at stat.math.ethz.ch>
Sent: Tuesday, August 16, 2005 1:01 PM
Subject: [R] How to merge two strings