Learn R Programming

ROpenDota (version 0.1.2)

get_recent_matches: Get recent matches for specific player id

Description

Get recent matches for specific player id

Usage

get_recent_matches(account_id)

Arguments

account_id

Steam ID

Examples

Run this code
# NOT RUN {
id_r3m1ck = "135474549"
recentMatches <- get_recent_matches(account_id = id_r3m1ck)
# }

Run the code above in your browser using DataLab