Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -188,7 +188,7 @@ build_hitter_table <- function(lb, min_pa, portal_only, bat_side, hitter_pos) {
|
|
| 188 |
select(Name, Level, Team, Portal, Position, BatSide, `Twitter`, `Board`,
|
| 189 |
HomeState, Height, Weight, PA,
|
| 190 |
AVG, OBP, SLG, `BB%`, `K%`, `Swing%`, `Contact%`, `IZ Whiff%`,
|
| 191 |
-
`Chase%`, `Hard Hit%`, `Avg EV`, `GB%`, `FB%`, `LD%`) %>%
|
| 192 |
arrange(desc(PA))
|
| 193 |
}
|
| 194 |
|
|
|
|
| 188 |
select(Name, Level, Team, Portal, Position, BatSide, `Twitter`, `Board`,
|
| 189 |
HomeState, Height, Weight, PA,
|
| 190 |
AVG, OBP, SLG, `BB%`, `K%`, `Swing%`, `Contact%`, `IZ Whiff%`,
|
| 191 |
+
`Chase%`, `Hard Hit%`, `Avg EV`, `GB%`, `FB%`, `LD%`) %>%
|
| 192 |
arrange(desc(PA))
|
| 193 |
}
|
| 194 |
|