cjerzak commited on
Commit
f50f92c
·
verified ·
1 Parent(s): 8aa102f

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -3,7 +3,7 @@
3
  library(shiny)
4
  library(dplyr)
5
  library(ggplot2)
6
- library(DT)
7
 
8
  ui <- fluidPage(
9
  titlePanel("Country Representation Rankings Explorer"),
 
3
  library(shiny)
4
  library(dplyr)
5
  library(ggplot2)
6
+ library(data.table)
7
 
8
  ui <- fluidPage(
9
  titlePanel("Country Representation Rankings Explorer"),