get_pro_matches: Get Pro Matches

View source: R/get_pro_matches.R

get_pro_matchesR Documentation

Get Pro Matches

Description

Get a selection of randomly sampled pro matches.

Usage

get_pro_matches(less_than_match_id = NULL)

Arguments

less_than_match_id

Optional. Get matches with a match ID lower than this value

Value

a tibble containing a limited set of information about the match. Passing match ids to get_match can provide more data about individual matches

Examples

## Not run: 
a <- get_pro_matches()

#or if you want to limit to less than a certain match id
b <- get_pro_matches(less_than_match_id = 6257294935)

## End(Not run)

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