Browse Source

Solución bug no desaparece la barra de progreso.

main
marcelcosta 1 year ago
parent
commit
5f7637226f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      TCGA_request/app.R

+ 2
- 0
TCGA_request/app.R

@ -349,6 +349,8 @@ server <- function(input, output) {
ncol=1 ncol=1
)) ))
}else{ }else{
rogress$set(message = "Ploting", value = 6)
progress$close()
return(plotAll) return(plotAll)
} }
}) })

Loading…
Cancel
Save