Skip to content

Commit

Permalink
Update app.R
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraKla authored Feb 19, 2023
1 parent 929d240 commit 06964f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ dataset_original <- read.csv("data/CALIPER.csv",na.strings="", fileEncoding="lat

if("DT" %in% rownames(installed.packages())){
library(DT)} else{
install.packages("DT")}
install.packages("DT")
library(DT)}

####################################### User Interface ############################################

Expand Down Expand Up @@ -412,4 +413,4 @@ server <- function(input, output, session) {
# })
}
####################################### Run the application #######################################
shinyApp(ui = ui, server = server)
shinyApp(ui = ui, server = server)

0 comments on commit 06964f5

Please sign in to comment.