Displaying 1 result from an estimated 1 matches for "1999end".
Did you mean:
1999&d
2001 Oct 09
1
bug in paste?
...;<4>" "<6>" "<7>" "<8>" "<9>" "<0>" "END"
> paste( ce0, m, sep="", collapse="")
[1] "1985<1>9<2>2<3>2<4>1<4>A1<7>NA<9>5<0>1999END"
^
I expected to get the components of m-vector lying cleanly ordered
between the components of ce0, but it isn't so. Instead of "1 2 3 4 5
6 7 8 9 0 END" you can see "1 2 3 4 4 7 9 0 END". The main problem
rises from the "A1"...