Description Usage Arguments Examples
View source: R/count_player_win_lose.R
Counting win or lose for specific player id
1  | count_player_win_lose(account_id)
 | 
account_id | 
 Steam ID  | 
1 2 3 4 5 6  | ## 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.