Description Usage Arguments Value Examples
Get a list of game ids that are availible for a player. The maximum number of games that steam remembers for a player is 500
1  | all_matches(api_key, account_id, delay = 0.5, verbose = TRUE, ...)
 | 
api_key | 
 A String of your steam developer key, see: https://steamcommunity.com/dev/apikey  | 
account_id | 
 The id of the account whose match id's we want.  | 
delay | 
 The amount of time (in seconds) to wait between api calls.  | 
verbose | 
 Print progress messages? #'  | 
... | 
 Query parameters, see: http://wiki.teamfortress.com/wiki/WebAPI/GetMatchHistory  | 
A data frame of a players matches, with a column of match ids. (Integer) a column of start times, (Integer UNIX time) a column of of lobby types
1  | all_matches(api_key = "<your key>", account_id = 122191358)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.