Description Usage Arguments Examples
View source: R/get_player_summaries.R
Get Summaries a Specific Player
1  | get_player_summaries(account_id)
 | 
account_id | 
 Steam ID  | 
1 2 3 4 5 6 7 8  | ## Not run: 
#Get r3m1ck's profile summaries
id_r3m1ck = "135474549"
playerSummaries <- get_player_summaries(account_id = id_r3m1ck)
#Print the in-game name of r3m1ck
playerSummaries$profile$personaname
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.