Description Usage Arguments Author(s) Examples
Find minutes played and (guesstimate) position for players from Statsbomb event data
1 | sb_getmins_played(match_events)
|
match_events |
A dataframe of imported StatsBomb event data |
Robert Hickman
1 2 3 | cl_final <- data.frame(match_id = 22912)
sb_data <- StatsBombR::get.matchFree(cl_final)
sb_data_cleanlocs <- sb_getmins_played(sb_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.