Displaying 1 result from an estimated 1 matches for "tp2327537p2327553".
2010 Aug 16
4
identical()
Hi, I am really puzzled by this. hope someone can help me
I have a 2 small data frames "a" and "b" derived from a larger data frames. They
look exactly the same to me, but identical() always returns FALSE.
> a
a b
2 10011048 L
4 10011048 R
6 10011049 L
8 10011049 R
> b
a b
1 10011048 L
3 10011048 R
5 10011049 L
7 10011049 R
> identical(a,b)
[1]