TimStats commited on
Commit
619e86e
·
verified ·
1 Parent(s): c425a3f

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -1,6 +1,7 @@
1
  library(shiny)
2
  library(dplyr)
3
  library(ggplot2)
 
4
 
5
  data1 <- read.csv("data1.csv", header = TRUE, check.names = FALSE, fileEncoding = "UTF-8")
6
 
 
1
  library(shiny)
2
  library(dplyr)
3
  library(ggplot2)
4
+ library(utils)
5
 
6
  data1 <- read.csv("data1.csv", header = TRUE, check.names = FALSE, fileEncoding = "UTF-8")
7