Update app.R
Browse files
app.R
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
library(shiny)
|
4 |
library(dplyr)
|
5 |
library(ggplot2)
|
6 |
-
library(
|
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"),
|