pull_player_xy: Pull Player Locations

View source: R/pull_player_xy.R

pull_player_xyR Documentation

Pull Player Locations

Description

Pull the x/y locations of each player throughout the first 11 minutes of the match.

Usage

pull_player_xy(obj)

Arguments

obj

A 'parsed_match'

Value

A tibble including identifiers, x/y coordinates, and a count of player appearances at those coordinates

Examples

## Not run: 
#note that this requires a parsed match
a <- get_match('6183712050')
b <- pull_player_xy(a)

## End(Not run)

ekholme/rdota documentation built on March 19, 2022, 1:56 p.m.