Thanks for all your suggestions. I managed to find out why I canβt get the error to work. I will give you all the answers and suggestions so that no one can repeat my stupid mistake.
First of all, the data that gave me contained some errors, so I was doomed to fail from the very beginning. I did not know until a colleague met him in another software. The column containing the integers had several letters, so when the package read.table.ff tried to read in the data set, it was somehow confused or I donβt know. Regardless, they gave me another sample of data, 16,000,000 rows and 8 columns with the correct records, and it worked perfectly. The code I ran looks like this and takes about 30 seconds to read:
setwd("D:/data test") library(ff) ffdf1 <- read.table.ffdf(file = "test.ido", header = TRUE, sep = "|")
Thank you all for your time, and if you have any questions about the answer, feel free to ask and I will do my best to help.
source share