[Rd] Possible bug in R 2.6.1 (PR#10565)

galway at rand.org galway at rand.org
Fri Jan 11 19:55:22 CET 2008


Colleagues,

=20

In using the paste command I have to spell out the collapse option:

=20

> paste(1:3,coll=3D"a")

[1] "1 a" "2 a" "3 a"

> paste(1:3,collapse=3D"a")

[1] "1a2a3"

=20

My understanding is that the abbreviation coll should be adequate.
Actually, even collaps isn't enough:

=20

paste(1:3,collaps=3D"a")

[1] "1 a" "2 a" "3 a"

=20

LG

=20

Lionel Galway, Ph.D.

Senior Statistician

The RAND Corporation     voice: (+1) 310-393-0411 x7957

1776 Main St.                  fax:    (+1) 310-393-4818

Santa Monica, CA 90407 USA

email:  Lionel_Galway at rand.org <mailto:Lionel_Galway at rand.org>=20

=20

=20


__________________________________________________________________________

This email message is for the sole use of the intended r...{{dropped:3}}



More information about the R-devel mailing list