I am trying to merge several databases from various years (2009 to 2018) with about 800,000 observations each into a single database in feather format but every time I try to do this I get an "R session aborted" message
I have already tried to clean the .Rhistory
rm(list = ls(all.names = TRUE))
gc()
and reinstall the packages I am using (dplyr and feather)
But still the error persists. Does anyone have any suggestions on how to fix this problem?