This commit is contained in:
Costa
2021-07-14 10:48:51 +02:00
parent e6f091471d
commit 73102c13e2
+1 -1
View File
@@ -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")
)
}
)