diff --git a/TCGA_request/app.R b/TCGA_request/app.R index 89011b3..bb70dc2 100644 --- a/TCGA_request/app.R +++ b/TCGA_request/app.R @@ -349,7 +349,7 @@ server <- function(input, output) { ncol=1 )) }else{ - rogress$set(message = "Ploting", value = 6) + progress$set(message = "Ploting", value = 6) progress$close() return(plotAll) }