Write ZIP file to export directory (tmp)
This commit is contained in:
4
app.R
4
app.R
@@ -604,7 +604,7 @@ server <- function(input, output, session) {
|
|||||||
|
|
||||||
print('saving xlsx file export tmp/dataset.xlsx')
|
print('saving xlsx file export tmp/dataset.xlsx')
|
||||||
|
|
||||||
zipFile <- zipr(paste0('MESO-', format(Sys.time(), "%m%d_%H%M"), '.zip'), c('tmp/layer1.png', 'tmp/layer2.png', 'tmp/layer3.png', 'tmp/dataset.xlsx'))
|
zipFile <- zipr(paste0('tmp/MESO-', format(Sys.time(), "%m%d_%H%M"), '.zip'), c('tmp/layer1.png', 'tmp/layer2.png', 'tmp/layer3.png', 'tmp/dataset.xlsx'))
|
||||||
|
|
||||||
print(paste('zip file complete', zipFile))
|
print(paste('zip file complete', zipFile))
|
||||||
|
|
||||||
@@ -635,4 +635,4 @@ server <- function(input, output, session) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
shinyApp(ui, server)
|
shinyApp(ui, server)
|
||||||
|
|||||||
Reference in New Issue
Block a user