View source: R/pull_player_final_items.R
pull_player_final_items | R Documentation |
Pull the final items of all players in the match.
pull_player_final_items(obj, include_item_names = TRUE)
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. |
A tibble with 110 rows and 5 or 6 columns, depending on the value of the include_item_names argument.
## Not run: a <- get_match('6156757097') b <- pull_player_final_items(a) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.