From 73102c13e2eb004f47d096b2eeb49805847b2faa Mon Sep 17 00:00:00 2001 From: Costa <47926492N@ICO.SCS.local> Date: Wed, 14 Jul 2021 10:48:51 +0200 Subject: [PATCH] Test1 --- app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ) } )