Browse Source

Test1

master
Costa 3 years ago
parent
commit
73102c13e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.R

+ 1
- 1
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")
)
}
)

Loading…
Cancel
Save