Corregir error exportar objeto R 2
This commit is contained in:
+1
-1
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user