View source: R/get_player_recent_matches.R
get_player_recent_matches | R Documentation |
Get Player's Recent Matches
get_player_recent_matches(player_id, tidy = TRUE)
player_id |
Steam32 account id |
tidy |
logical. If TRUE, will return the result as a tibble where each row is a match. If false, will return the raw body of the response as a list. |
## Not run: get_player_recent_matches('108887322') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.