View source: R/pull_player_xy.R
pull_player_xy | R Documentation |
Pull the x/y locations of each player throughout the first 11 minutes of the match.
pull_player_xy(obj)
obj |
A 'parsed_match' |
A tibble including identifiers, x/y coordinates, and a count of player appearances at those coordinates
## Not run: #note that this requires a parsed match a <- get_match('6183712050') b <- pull_player_xy(a) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.