Learn R Programming

ROpenDota (version 0.1.2)

get_matches: Get Matches for specific player id

Description

Get Matches for specific player id

Usage

get_matches(account_id, limit)

Arguments

account_id

Steam ID

limit

matches limit

Examples

Run this code
# NOT RUN {
id_r3m1ck = "135474549"
limit = 5
matches <- get_matches(account_id = id_r3m1ck, limit = limit)
# }

Run the code above in your browser using DataLab