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.