Skip to content
Prev 315659 / 398513 Next

importing large datasets in R

On 13-01-19 3:28 AM, gaurav singh wrote:
Specifying the type of each column with colClasses will speed up 
read.table a lot in a big file.

You have a lot of data, so having a lot of memory will help.  You may 
want to work in 64 bit R, which has access to a lot more than 32 bit R sees.

Duncan Murdoch