-
Notifications
You must be signed in to change notification settings - Fork 24
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
read from gzfile #70
Comments
@mvaudel I can imagine a quick and dirty solution which would involve just uncompressing the file using |
Thank you for your answer. It would be really convenient to read directly from the gzipped files because our files are quite huge so it is a substantial gain of time and space if we can read directly from them and deflate on the fly. Are you working on the files themselves or using a connection? For the latter if you can let us provide the connection directly instead of the file name, that should do the trick (https://stat.ethz.ch/R-manual/R-devel/library/base/html/connections.html). |
Hey, check this function. You can found a vignette with more information. |
Any updates on this? I am trying to read a large Would it be possible to combine |
Maybe this? |
Cool, I see they have a workaround for reading .gz files, so this should work. Thanks! |
Hi,
Thank you for this useful package. I use to read my matrices from text files using read.big.matrix. I was wondering whether it would be possible to support input from gzfiles?
Best regards,
Marc
The text was updated successfully, but these errors were encountered: