Hi,

I what to solve this problem:

alfab <- "ABCEDFG" #[1] "ABCEDFG"
chara <- strsplit(alfab, "") #[1] "A" "B" "C" "E" "D" "F" "G"
Then I do some changes before I want the character together again, say, remove two letters.
Now, "chara" is "A" "B" "E" "D" "G".
Is there any opposite function of strspilt()?


May anybody help me?
Thanks,
*Ragnhild"

_________________________________________________________________
MSN Foto http://www.msn.no/foto Fest dine digitale minner til papir

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to