pull_lane_roles: Pull Lanes and Roles

View source: R/pull_lane_roles.R

pull_lane_rolesR Documentation

Pull Lanes and Roles

Description

Pull the lanes players played in during the laning phase as well as their roles (i.e. support/core). Roles are estimated using players' lanes and net worth at the 10 minute mark. If a game lasts less than 10 minutes, roles will not be returned.

Usage

pull_lane_roles(obj)

Arguments

obj

A 'parsed_match' object

Value

a 10-row tibble containing match/player identifiers, lane played in, and player role

Examples

## Not run: 
a <- get_match('6387933253')
b <- pull_lane_roles(a)

## End(Not run)

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