all_matches: Get all of a players availible match ids

Description Usage Arguments Value Examples

Description

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

Usage

1
all_matches(api_key, account_id, delay = 0.5, verbose = TRUE, ...)

Arguments

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

Value

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

Examples

1
all_matches(api_key = "<your key>", account_id = 122191358)

johnWilshire/dota2api documentation built on May 19, 2019, 3:03 p.m.