Skip to content

rbind: inconsistent behaviour with empty data frames?

3 messages · Dmitrii I., David L Carlson, Dmitrii Izgurskii

#
What version of R are you using? 
I cannot replicate your results with R 2.15.2:
foo bar
1   1   a
2   2   b
foo bar
1   1   a
2   2   b

----------------------------------------------
David L Carlson
Associate Professor of Anthropology
Texas A&M University
College Station, TX 77843-4352
#
I am using version 2.15.1.

Suddenly everything works correctly too. I guess a restarting R did the 
trick.
On 01/02/2013 10:25 PM, David L Carlson wrote: