DaveM2430 commited on
Commit
51507e1
·
verified ·
1 Parent(s): d8fb997

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -153,7 +153,7 @@ build_pitcher_table <- function(lb, min_pitches, portal_only) {
153
  )
154
  if (portal_only) df <- df %>% filter(Portal == "Yes")
155
  df %>%
156
- select(Name, Level, Team, Portal, `Plot`, `Twitter`, `Board`, HomeState, Throws, Height, Weight,
157
  Pitches, ERA, FIP, WHIP, `FB Velo`, `Zone%`, `Strike%`,
158
  `K's`, `BB's`, `K/BB`, `Whiff%`, `Chase%`, `Hard Hit%`,
159
  `GB%`, `FB%`, `LD%`, `Stuff+`, `Location+`) %>%
 
153
  )
154
  if (portal_only) df <- df %>% filter(Portal == "Yes")
155
  df %>%
156
+ select(Name, Level, Team, Portal, `Plot`, `Twitter`, `Board`, HomeState, Throws, DateAdded, Height, Weight,
157
  Pitches, ERA, FIP, WHIP, `FB Velo`, `Zone%`, `Strike%`,
158
  `K's`, `BB's`, `K/BB`, `Whiff%`, `Chase%`, `Hard Hit%`,
159
  `GB%`, `FB%`, `LD%`, `Stuff+`, `Location+`) %>%