Skip to content
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

Adding as.data.table.default #969

Closed
markusschmaus opened this issue Nov 24, 2014 · 1 comment
Closed

Adding as.data.table.default #969

markusschmaus opened this issue Nov 24, 2014 · 1 comment

Comments

@markusschmaus
Copy link

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.

@arunsrinivasan
Copy link
Member

Please read completely and follow the instructions here. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants