Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
How to merge two strings
Claus Hindsgaul
·
Aug 16, 2005
·
r-help
Hi r-help, A very simple question for which I have not been able to find an answer in the docs: How can I merge two character strings? I am searching for the equivalent of the (non-existing) stringmerge function...
How to merge two strings
Claus Hindsgaul
·
Aug 16, 2005
·
r-help
Thank you all! Paste() was just the function I needed to know! Claus tir, 16 08 2005 kl. 13:06 +0200, skrev Dimitris Rizopoulos: > look at ?paste(), e.g., > > s1 <- "R-" > s2 <- "project" > paste(s1, s2, sep = "") > > > Best, > Dimitris > > ---- > Dimitris...
Can't find what you're looking for? Try searching with Google .