count_player_win_lose {ROpenDota} | R Documentation |
Counting win or lose for specific player id
count_player_win_lose(account_id)
account_id |
Steam ID |
## Not run: #Count r3m1ck's win and lose summaries id_r3m1ck = "135474549" count_win_lose <- count_player_win_lose(account_id = id_r3m1ck) ## End(Not run)