How do I upload a zipped file to Posit Cloud without it automatically unzipping?

I am trying to read a GTFS file in RStudioCloud. The function read_gtfs() from package {gtfstools} requires a zipped file as input. However, when I upload the zipped GTFS file to RStudioCloud, it automatically unzips and opens the file.

I can't find any button in RStudioCloud to disable automatic unzipping, or to zip the file again. How can I solve this?

Thank you for your help!

I changed the filename and extension to something else and then changed it back with the console once it was in Posit Cloud. In your local OS you may need to change how it handles the extension. On a Mac you can use the Get Info option for this.

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.