Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -242,7 +242,7 @@ server <- function(input, output, session) {
|
|
| 242 |
teams_away_team_name == "Trenton Thunder" |
|
| 243 |
teams_away_team_name == "Williamsport Crosscutters" |
|
| 244 |
teams_away_team_name == "West Virginia Black Bears" |
|
| 245 |
-
teams_away_team_name == "Mahoning Valley Scrappers")
|
| 246 |
data(draft)
|
| 247 |
} else if (input$level == "AFL") {
|
| 248 |
sbid <- mlb_schedule(2024,17)
|
|
|
|
| 242 |
teams_away_team_name == "Trenton Thunder" |
|
| 243 |
teams_away_team_name == "Williamsport Crosscutters" |
|
| 244 |
teams_away_team_name == "West Virginia Black Bears" |
|
| 245 |
+
teams_away_team_name == "Mahoning Valley Scrappers")
|
| 246 |
data(draft)
|
| 247 |
} else if (input$level == "AFL") {
|
| 248 |
sbid <- mlb_schedule(2024,17)
|