append string to a string
On Wed, Dec 17, 2008 at 9:09 AM, J?rg Gro? <joerg at licht-malerei.de> wrote:
hi,
I want to append a string to a string like;
x <- c("abc")
append(x, "def")
paste (x, "def", sep="") see ?paste HTH Aval