Skip to content

Commit

Permalink
remove duplicate player ids by season (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSydlowski authored Dec 16, 2022
1 parent fec5d5b commit 6b98da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
.data$gsis_id,
.data$full_name,
position = dplyr::if_else(.data$position %in% c("HB","FB"), "RB", .data$position),
.data$birth_date)
.data$birth_date) %>%
dplyr::distinct()
}

#' Tidy eval helpers
Expand Down

0 comments on commit 6b98da5

Please sign in to comment.