I have bunch of .csv.bz2 files, which i have to download, extract, and read in R. I downloaded the file and want to extract it to current working directory, the
.csv.bz2
According to read.table description, one can read a compressed file directly.
read.table("file.csv.bz2")