-
Notifications
You must be signed in to change notification settings - Fork 991
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
one column being needed both in grouping and in j #2379
Comments
look into .BY. please use the issue tracker for package bugs/feature
requests instead of tutorial help -- stackoverflow will be happy to help as
well as much faster.
cheers!!
…On Sep 23, 2017 7:29 PM, "calvin" ***@***.***> wrote:
Dear,
data.table is cool. I am learning using it.
Here is a situiation I found no quick solution:
there is one column for which I want to use its sub-string in *by*, while
in *j* I want to access its other parts.
Please help. Thanks a lot!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2379>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHQQdc780JH8fs50paTRam8R0vSaE5_uks5slOuKgaJpZM4Phhqc>
.
|
Thanks! But .BY is only the sub-string I used to group, while in j I need to access parts other than that sub-string... |
Also for the issue tracker, am I using it already and correctly? |
Duplicate of #1427 |
OK, now I have figured it out. I can use .I in j. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear,
data.table is cool. I am learning using it.
Here is a situiation I found no quick solution:
there is one column for which I want to use its sub-string in by, while in j I want to access its other parts.
Please help. Thanks a lot!
The text was updated successfully, but these errors were encountered: