[R] How do I do simple string concatenation in R?
Meyners, Michael, LAUSANNE, AppliedMathematics
Michael.Meyners at rdls.nestle.com
Wed Sep 30 13:08:27 CEST 2009
?paste
> -----Original Message-----
> From: r-help-bounces at r-project.org
> [mailto:r-help-bounces at r-project.org] On Behalf Of Dr. Arie Ben David
> Sent: Mittwoch, 30. September 2009 10:22
> To: r-help at r-project.org
> Subject: [R] How do I do simple string concatenation in R?
>
> Dear R gurus
> How do I do simple string concatenation in R?
> For example:
> A = "klm"
> B = "jjj"
> How can I assign a value to C such that C == "klmjjj" is True?
> Thank you
> Arie
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> 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