TimStats commited on
Commit
b2c3307
·
verified ·
1 Parent(s): ec801dc

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -1
app.R CHANGED
@@ -1,5 +1,6 @@
1
  library(shiny)
2
- library(tidyverse)
 
3
 
4
  data1 <- read.csv("data1.csv", header = TRUE, check.names = FALSE, fileEncoding = "UTF-8")
5
 
 
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