Thank you for your quick reply. I'm not overwriting any file. I'm importing a raw database and then doing some actuarial calculations and then exporting to a csv file. I've done this process thousands of times, but until last week I've never received this type of fatal error. I've tried it with 2 different computers and both return me this message.
What information should i share with you?
File Size: 785.7 MB
Type: Data.Table ot data.frame
Variables: 53
Observations: 1,868,414
It is worth noting that I managed to write the csv using base R . (h= name of file and modelo= directory to which i save some outputs)
write.csv(h,file=paste0(modelo,"h.csv"),na = '',fileEncoding = 'UTF-8')
thanks