Unzipping a file in R Shiny using unzip() fails when deployed
问题 I'd like to unzip a compressed .mdb file in the www folder of my shiny app, query it for data, and then remove it. Unzip() works on my local machine, but when I deploy the app at shinyapps.io, it has issues unzipping the file. Because I'm not able to read.table() the resulting file (it's an .mdb) I don't think unz() will work. This code works when run on my local machine Server: require(shiny) shinyServer(function(input, output) { observeEvent(input$run,{ #Run Button dbName=unzip('www/test