Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions data-raw/adv_player_stats.csv

Large diffs are not rendered by default.

Binary file modified data-raw/fieldplayers_overall_season_2018.xlsx
Binary file not shown.
Binary file modified data-raw/fieldplayers_overall_season_2019.xlsx
Binary file not shown.
3 changes: 2 additions & 1 deletion data-raw/player_id_generation.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ player <- player %>%
player == "Crystal Thomas" ~ "Crystal Elaine Thomas",
player == "Thaisa" ~ "Thaisa Moreno",
player == "Arianna Romero" ~ "Ari Romero",
player == "Celia Jiménez" ~ "Celia"),
player == "Celia Jiménez" ~ "Celia",
player == "Rebecca Quinn" ~ "Quinn"),
nation = str_replace_all(nation, " ", ""))

#exporting final player info
Expand Down
Binary file modified data/adv_player_stats.rda
Binary file not shown.
Binary file modified data/draftpicks.rda
Binary file not shown.
Binary file modified data/player.rda
Binary file not shown.