count_player_win_lose {ROpenDota} | R Documentation |
Counting win or lose for specific player id
Description
Counting win or lose for specific player id
Usage
count_player_win_lose(account_id)
Arguments
account_id |
Steam ID |
Examples
## 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)
[Package ROpenDota version 0.1.2 Index]