diff --git a/app.R b/app.R index 5d77c30..f389f03 100644 --- a/app.R +++ b/app.R @@ -280,7 +280,7 @@ server <- function(input, output) { dev.off() save(dades$plot, list="plot", file="plot.RObject") zip(file, - c("plot.png","plot.RObject") + c("plot.png") ) } )