what happened to read_csv

I am trying to read in a new csv file using this code
...
recent <- read.csv("finstatement.csv")
The file "finstatement.csv" is in my working directory. R will send this error message:
The previous r session was abnormally terminated due to an unexpected crash.

I wonder is the memory related issue in the r studio cloud. BTW, the file is 205.9 MB and I only uploaded this file in my working directory.

Once read into memory your data takes much more space than when it is saved in disk. Projects in RStudio Cloud have 1GB of RAM memory by default, but if you have a paid account you can increase these limit.

Note: Consider changing your topic title since the one you currently have is not representative of your problem.

This topic was automatically closed 21 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.