Skip to content

Commit

Permalink
fixed server bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Weaver committed Apr 6, 2020
1 parent 919f209 commit 8359a80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Covid19EstimationHydroxychloroquine/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,6 @@ shinyServer(function(input, output, session) {
}
})

targetId <- 137
comparatorId <- 143
outcomeId <- 6
databases <-

output$powerTable <- renderTable({
row <- selectedRow()
if (is.null(row)) {
Expand Down

0 comments on commit 8359a80

Please sign in to comment.