[R] String question
Petr PIKAL
petr.pikal at precheza.cz
Wed Dec 23 11:54:42 CET 2009
Hi
r-help-bounces at r-project.org napsal dne 23.12.2009 11:46:31:
>
> > Will this do?
> >
> > temp <- paste("m", 1:3, sep="",collapse=",")
> >
> >
> Unfortunately not, because I explained the example not detailed enough.
> The string could have different Items, like November, December, Monday,
> Tuesday, Daylight and so on
> Therefore I must count the Items of the string separated by "," or
> change the vector to a string
like that?
x <- c("asfef", "qwerty", "yuiop[", "b", "stuff.blah.yech")
paste(x, seq_along(x), sep=".")
Regards
Petr
>
> Thanks for your reply
> Knut
>
> ______________________________________________
> 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.
More information about the R-help
mailing list