Im trying to read a table (size 19MB) and when I run the code it keeps reading and after a few minutes this crash report appears : The previous R session was abnormally terminated due to an expected crash.
I dont think the problem is the size of the table or the memory limit, since I cant even read the arquive
library(readxl)
base <- read_excel("BASE_BK_SP.xlsx")