Is this what you want:
paste("Mystring", frequency, sep="")
---
-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
On Behalf Of Alfredo Alessandrini
Sent: 31 July 2008 10:11
To: r-help at r-project.org
Subject: [R] add string
Hi,
How can I join two string?
frequency = 15
I want join the number frequency with a string.
Alfredo
______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.