pull_player_purchase_logs: Pull Player Purchase Logs

View source: R/pull_player_purchase_log.R

pull_player_purchase_logsR Documentation

Pull Player Purchase Logs

Description

Pull the purchase logs, purchased items and time of purchase, for all players in a match

Usage

pull_player_purchase_logs(obj)

Arguments

obj

An 'rdota_match' object.

Examples

## Not run: 
#first get an rdota_match object
a <- get_match(6277359804)

#then pull the purchase logs
plog <- pull_player_purchase_logs(a)

## End(Not run)

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