-
Notifications
You must be signed in to change notification settings - Fork 990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: 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
colA
andcolB
fewer times. The FR here is forto infer the names
colA
andcolB
, perhaps using whatever method is used by data.frame() and data.table() (make.names
?).(The name repetition could be reduced further if
on=.Icols
were a thing, I suppose, but I'll leave that for a separate FR.)SO posts to update...
The text was updated successfully, but these errors were encountered: