Browse Source

Corregir error exportar objeto R 2

master
Costa 3 years ago
parent
commit
3489faefc2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      invivos/app.R

+ 1
- 1
invivos/app.R

@ -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")

Loading…
Cancel
Save