details: Details

Description Usage Arguments Value Examples

View source: R/dota2api.R

Description

Query the api for each match_id in match_ids, returns the results in a dataframe

Usage

1
details(api_key, match_ids, delay = 0.5, simplify_colnames = TRUE, ...)

Arguments

api_key

A String of your steam developer key, see: https://steamcommunity.com/dev/apikey

match_ids

A list or a single match id that we will query the api with

delay

The amount of time (in seconds) to wait between api calls.

simplify_colnames

Value

A data.frame of the match details

Examples

1
details(api_key = "<api_key>", match_ids = c(2331506594, 2331349045))

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