get_parsed_matches: Get Parsed Matches

View source: R/get_parsed_matches.R

get_parsed_matchesR Documentation

Get Parsed Matches

Description

Get a vector of random match ids for parsed matches.

Usage

get_parsed_matches(less_than_match_id = NULL)

Arguments

less_than_match_id

Optional. If set, will return matches with a match id lower than this value.

Examples

## Not run: 
#will return a random vector of parsed matches
a <- get_parsed_matches()

#will return a random vector of parsed matches with a match id less than 6192935701
b <- get_parsed_matches(less_than_match_id = 6192935701)

## End(Not run)

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