I'm trying to read big text file (~4.5gb in gzipped form, english wikipedia dump)
read_lines produce following error:
Error in read_lines_(ds, locale_ = locale, n_max = n_max, progress = progress) :
long vectors not supported yet: ../../src/include/Rinlinedfuns.h:137
EDIT: I'm doing it on machine with 250gb ram, so ram is not an issue.
I'm trying to read big text file (~4.5gb in gzipped form, english wikipedia dump)
read_linesproduce following error:EDIT: I'm doing it on machine with 250gb ram, so ram is not an issue.