nbastatR
nbastatR copied to clipboard
STL% and BLK% are wrong from bref_players_stats
When using the following code:
bref_players_stats(seasons = 2022, tables = "advanced", nest_data = FALSE, only_totals = FALSE, assign_to_environment = FALSE)
some STL% are not divided by 100 (Anfernee Simons), while others are (Matisse Thybulle)

Code used to fix the problem