读取 gzip 文件 2016-08-01 本文已影响9人 43daf5f8181f # 读取 file.txt.gz 的前 10 行 f <- read.table("file.txt.gz",nrow = 10, header = TRUE, sep = ";")