Uploading csv file with bigmemory package

126 Views Asked by At

I have a csv file and want to open it with the "bigmemory" package.

I am using R 2.15.3.

This is the code:

library(bigmemory)
library(biganalytics)
x<-read.big.matrix('data.csv')

After I did this, R crashed. I do not know what the data looks like.

If anyone has any ideas it would be really helpful. Also I researched that R 2.15.3 is the only version that supports this, if that is not true then it would be good to know. Thanks

0

There are 0 best solutions below