We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Submitted by: Matt Dowle; Assigned to: Nobody; R-Forge link
To make the syntax easier (also if the expected key columns aren't present it can return earlier before starting to read the data) :
http://stackoverflow.com/a/14952167/403310
The text was updated successfully, but these errors were encountered:
I want this! Paralelling data.table(...,key="key") should give cleaner code than setkey(fread(...),key)
Sorry, something went wrong.
@MichaelChirico If you use chaining you can also use fread(...)[, .SD,, "key"] which makes it a start point of chain for operations on sorted data.
fread(...)[, .SD,, "key"]
871687c
arunsrinivasan
No branches or pull requests
Submitted by: Matt Dowle; Assigned to: Nobody; R-Forge link
To make the syntax easier (also if the expected key columns aren't present it can return earlier before starting to read the data) :
http://stackoverflow.com/a/14952167/403310
The text was updated successfully, but these errors were encountered: