Suppose I have 2 data.frame objects:
data.frame
df1 <- data.frame(x = 1:100) df1$y <- 20 + 0.3 * df1$x + rnorm(100) df2 <- data.frame(x = 1:200000
known bug in R, bugzilla ID 17703. Notoriously difficult to reproduce.