| .on_ice_skater_slots | R Documentation |
.on_ice_skater_slots() returns the current number of skater slots tracked
per team in play-by-play outputs. It guarantees the standard five skater
columns and expands further when the input already contains overflow skater
slots or when a caller requests a larger slot count.
.on_ice_skater_slots(play_by_play = NULL, slot_count = NULL, min_slots = 5L)
play_by_play |
optional data.frame whose existing on-ice columns should be inspected |
slot_count |
optional integer scalar minimum slot count requested by the caller |
min_slots |
integer scalar default floor for standard outputs |
integer scalar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.