Write ZIP file to export directory (tmp)
This commit is contained in:
2
app.R
2
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))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user