fflr icon indicating copy to clipboard operation
fflr copied to clipboard

Identify and format all scoring options

Open k5cents opened this issue 5 years ago • 1 comments

So far, we've just been using the applied total statistics. Aside from stat_correct(), the base level statistics are completely ignored.

The ESPNmythicalsports::get_player_stats() function uses tidyr::hoist() to just pull out the lower level stats and pivot them longer against the source and split. Packages for other languages might give some clue to what stat numbers mean what (see this npm package).

This is the last big component missing from #10 and might have to be pushed until after the initial CRAN milestone.

k5cents avatar Oct 04 '20 03:10 k5cents

The statId values for scoring settings have been manually identified and saved in stat_ids. However, there are still dozens of tracked statistics in the player entries that remain unidentified.

k5cents avatar Oct 16 '21 02:10 k5cents