Unable to load huge files in R

Hi Team,

One of my colleagues id trying to read 6GB big file in R and he is unable to do that.
Is there any configuration that need to be done to achieve this.

Thanks,
VInay Nallan.

If their computer has enough RAM (physically installed) there is no additional configuration required.

Can you elaborate on how are they trying to load the data (specific code) and what error message they are getting?

If the files are bigger than RAM, there are approaches with {arrow} and {duckdb} - video here: Using the {arrow} and {duckdb} packages to wrangle medical datasets that are Larger than RAM - YouTube

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.