Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
I would expect
cbind(data.table(), dt[0])to equaldt[0], but the operation seems to give a broken result with an added columnV1and shifted column types. Note howSpeciesbecomesNULLandPetal.Widthends up being a "Factor w/ 3 levels".