I am executing a sql query in R using sqldf package to create a data frame in R. But, it is throwing an error:
Error: cannot allocate vector of size 3.9 Gb
I have gone through various threads with a similar issue but I could not find a suitable answer.
Can anyone please help me out on this.
I am using R 2.15.1 version on 64-bit linux machine with 32 GB RAM.