Learn R Programming

ROpenDota (version 0.1.2)

get_player_summaries: Get Summaries a Specific Player

Description

Get Summaries a Specific Player

Usage

get_player_summaries(account_id)

Arguments

account_id

Steam ID

Examples

Run this code
# NOT RUN {
#Get r3m1ck's profile summaries
id_r3m1ck = "135474549"
playerSummaries <- get_player_summaries(account_id = id_r3m1ck)
#Print the in-game name of r3m1ck
playerSummaries$profile$personaname
# }

Run the code above in your browser using DataLab