When I use a freadpackage data.tableto read data from , R crashes with segfault. How can I explore this further? To play, simply download the file and enter:
library(data.table)
fread("SH600212.txt") # or fread("SH600212.txt", verbose=TRUE)
But when I add or remove char at the end of the file, it works fine!
source
share