Relative Content

Tag Archive for rdata.tablegzipfwrite

Malformed gzip file with R {data.table} fwrite

I’m saving a large data.table object as a compressed file using data.table::fwrite(data, 'data.csv.gz'). However, when I try to extract this file using Ubuntu file manager, I get an “empty archive error”. Extracting in the command line works (gunzip data.csv.gz).