You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> all.equal(data_frame(a=1, b=2), data_frame(a=1L, b=2L))
[1] "Incompatible type for column a: x numeric, y integerIncompatible type for column b: x numeric, y integer"