Unzipping files in R-Studio cloud

Hello, could someone assist me here. I am using R-Studio cloud. I have downloaded a zipped folder and I am trying to unzip it but it is giving me an error saying the zipped file is not a directory. What am I doing wrong? Or how do I unzip a folder in R-Studio cloud?

From the R console you should be able to run unzip("mydir.zip").

Also, how did you retrieve the zipped folder? In principle, whenever you upload a zipped folder into RStudio Cloud, it gets unzipped automatically.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.