Update app.R
Browse files
app.R
CHANGED
|
@@ -6,7 +6,7 @@ library(shinyauthr)
|
|
| 6 |
#library(gtExtras)
|
| 7 |
library(bslib)
|
| 8 |
|
| 9 |
-
|
| 10 |
|
| 11 |
test <- Beam %>%
|
| 12 |
select(Date,PitchofPA,Pitcher,PitcherId,PitcherThrows,PitcherTeam,Batter,BatterId,
|
|
|
|
| 6 |
#library(gtExtras)
|
| 7 |
library(bslib)
|
| 8 |
|
| 9 |
+
Beam <- read.csv('Beam.csv')
|
| 10 |
|
| 11 |
test <- Beam %>%
|
| 12 |
select(Date,PitchofPA,Pitcher,PitcherId,PitcherThrows,PitcherTeam,Batter,BatterId,
|