TimStats commited on
Commit
3bb8543
·
verified ·
1 Parent(s): 33dd277

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -195,6 +195,7 @@ get_player_info <- function(player_id, season, level = "MLB") {
195
  full_position == "Left Field" ~ "LF",
196
  full_position == "Center Field" ~ "CF",
197
  full_position == "Right Field" ~ "RF",
 
198
  full_position == "Designated Hitter" ~ "DH",
199
  full_position == "Pitcher" ~ "P",
200
  full_position == "Two-Way Player" ~ "TWP",
 
195
  full_position == "Left Field" ~ "LF",
196
  full_position == "Center Field" ~ "CF",
197
  full_position == "Right Field" ~ "RF",
198
+ full_position == "Outfield" ~ "OF",
199
  full_position == "Designated Hitter" ~ "DH",
200
  full_position == "Pitcher" ~ "P",
201
  full_position == "Two-Way Player" ~ "TWP",