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
Like this:
readcsvbz2file <- read.csv(bzfile("file.csv.bz2"))