View source: R/pull_player_purchase_log.R
pull_player_purchase_logs | R Documentation |
Pull the purchase logs, purchased items and time of purchase, for all players in a match
pull_player_purchase_logs(obj)
obj |
An 'rdota_match' object. |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.