-
Notifications
You must be signed in to change notification settings - Fork 985
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
[R-Forge #1984] Functional Queries #641
Comments
It could be simply done by dtquery = data.table:::`[.data.table` |
I'm not sure there's any demand for this? Seems most suited to |
something related just spotted in the wild: https://stackoverflow.com/a/58652478/2490497 |
Having an exported version of |
@jangorecki, this will be closed with #4304, or is it completely different? This SO examples linked seem to point to it serving the same purpose. |
not really |
IINM this is duplicate of #4872 which now has much more traffic; closing this one |
Submitted by: Yike Lu; Assigned to: Nobody; R-Forge link
Add a function, perhaps dtquery=function(DT, ...) DT[...]
I just checked, and this syntax indeed works (it was a very easy function program). This would allow higher order abstractions as part of the standard implementation.
The text was updated successfully, but these errors were encountered: