'How do I unzip a zip file in R?

unzip("fasta.gz") Warning message: In unzip("fasta.gz") : error 1 in extracting from zip file

I am trying to unzip a gz file but I am getting an error. How do I fix this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source