[Rd] Improving string concatenation
Gábor Csárdi
csardi.gabor at gmail.com
Wed Jun 17 02:35:34 CEST 2015
On Tue, Jun 16, 2015 at 8:24 PM, Hervé Pagès <hpages at fredhutch.org> wrote:
[...]
>
> If I was to override `+` to concatenate strings, I would make it stick
> to the recycling scheme used by arithmetic and comparison operators
> (which is the most sensible of all IMO).
Yeah, I agree, paste's recycling rules are sometimes painful. This
could be "fixed" with a nice new '+' concatenation operator, too. :)
Gabor
> H.
[...]
More information about the R-devel
mailing list