DaveM2430 commited on
Commit
6a4df80
·
verified ·
1 Parent(s): e25b989

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
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