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
Have you thought about adding a as.data.table.default?
This is how I define it: as.data.table.default = function(x) as.data.table(as.data.frame(x))
Thus I as.data.table works for all objects for which as.data.frame is defined.
The text was updated successfully, but these errors were encountered:
Please read completely and follow the instructions here. Thank you.
Sorry, something went wrong.
d09309f
Merge pull request #999 from jangorecki/as.data.table.default
a0d2ca2
Closes #969, implemented as.data.table.default method.
Closes #955. Jan's PR for #969 as.data.table.default fixes this.
92ca87f
No branches or pull requests
Have you thought about adding a as.data.table.default?
This is how I define it:
as.data.table.default = function(x) as.data.table(as.data.frame(x))
Thus I as.data.table works for all objects for which as.data.frame is defined.
The text was updated successfully, but these errors were encountered: