pull_player_final_items: Pull Player Final Items

View source: R/pull_player_final_items.R

pull_player_final_itemsR Documentation

Pull Player Final Items

Description

Pull the final items of all players in the match.

Usage

pull_player_final_items(obj, include_item_names = TRUE)

Arguments

obj

A 'parsed_match' object.

include_item_names

logical. If TRUE, the output will include a column containing item names in addition to a column containing item ids. If FALSE, will include only item ids.

Value

A tibble with 110 rows and 5 or 6 columns, depending on the value of the include_item_names argument.

Examples

## Not run: 
a <- get_match('6156757097')
b <- pull_player_final_items(a)

## End(Not run)

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