get_player_recent_matches: Get Player's Recent Matches

View source: R/get_player_recent_matches.R

get_player_recent_matchesR Documentation

Get Player's Recent Matches

Description

Get Player's Recent Matches

Usage

get_player_recent_matches(player_id, tidy = TRUE)

Arguments

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.

Examples

## Not run: 
get_player_recent_matches('108887322')

## End(Not run)

ekholme/rdota documentation built on March 19, 2022, 1:56 p.m.