Corregir error exportar objeto R 2

This commit is contained in:
Costa
2021-07-15 16:17:46 +02:00
parent d4125f635e
commit 3489faefc2
+1 -1
View File
@@ -640,7 +640,7 @@ server <- function(input, output) {
output$downloadPicture <- downloadHandler( output$downloadPicture <- downloadHandler(
filename = function() { filename = function() {
paste("Figura", ".png", sep="") paste("Figura", ".zip", sep="")
}, },
content = function(file){ content = function(file){
# tempReport <- file.path(tempdir(), "elispots.Rmd") # tempReport <- file.path(tempdir(), "elispots.Rmd")