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 upfail to join by .EACHI when `x` has list in .SD and `i` has more elements in join column #2300
Comments
|
It's not such a special case, I guess, since a similar problem happens with other join cols besides factors:
(Testing on 1.10.4. Sorry if this doesn't hold any more; I can't upgrade to dev here.) |
So if
idata.table has more elements thanxin a factor column used in join ANDxdata.table has a list column in.SDit will result an error. When factor inidoes not have more elements ORxdoes not have a list column, issue will not occur: