View source: R/pull_lane_roles.R
pull_lane_roles | R Documentation |
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.
pull_lane_roles(obj)
obj |
A 'parsed_match' object |
a 10-row tibble containing match/player identifiers, lane played in, and player role
## Not run: a <- get_match('6387933253') b <- pull_lane_roles(a) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.