I have used ?unzip in the past to get at contents of a zipped file using R. This time around, I am having a hard time extracting the files from a .gz file whic
?unzip
library(vroom) columns3 = c('A', 'B',...) ## define column names Data1<- vroom(".../XXX.tsv",col_names = columns3)
works fine with tsv.gz
tsv.gz