Submitted by drmaldonadog on Wed, 09/08/2010 - 17:43
Posted in
Hi, my names is Diego Maldonado from Ecuador, I'm trying to upload information with more than 5000000 of records and gave me problems. Someone known to many records can be used in the R canvas. Thanks
Hi Diego,
Were you able to read the data in using the Read File Widget? Did you have problems after reading the data?
There are a few cases where Red-R will not work with data that R can handle. So if you give me some more information on where the error is occurring I can troubleshoot better.
Thanks,
Anup
Hi Diego,
That's likely hitting the limit of what R can read in. You can try to use the sqlite package and see if moving it to a database would allow you to do some processing of the data.
If you need all 5000000 records at once though that might be beyond our current limitations.
Thanks
Kyle