Learn R Programming

ROpenDota (version 0.1.2)

count_player_win_lose: Counting win or lose for specific player id

Description

Counting win or lose for specific player id

Usage

count_player_win_lose(account_id)

Arguments

account_id

Steam ID

Examples

Run this code
# NOT RUN {
#Count r3m1ck's win and lose summaries
id_r3m1ck = "135474549"
count_win_lose <- count_player_win_lose(account_id = id_r3m1ck)
# }

Run the code above in your browser using DataLab