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 upFR: assign names to CJ() like data.table() does #1596
Comments
|
|
|
+1 and I don't see the need for the I'd also like to see |
|
@jangorecki I didn't touch the #1090 / #814 stuff yet. better as self-contained, I think, unless I'm missing something |
I frequently do
It would be nice if I could get away with writing
colAandcolBfewer times. The FR here is forto infer the names
colAandcolB, perhaps using whatever method is used by data.frame() and data.table() (make.names?).(The name repetition could be reduced further if
on=.Icolswere a thing, I suppose, but I'll leave that for a separate FR.)SO posts to update...