I want to unzip a file in R. I completely don't know what to do.
I searched and I found it method like this :
unzip(zipfile, files = NULL, list = FALSE, overwrite = TRUE,
junkpaths = FALSE, exdir = ".", unzip = "internal",
setTimes = FALSE)
but I don't know what should I do with this.