total_stats {ROpenDota}R Documentation

Get total status for specific player id

Description

Get total status for specific player id

Usage

total_stats(account_id)

Arguments

account_id

Steam ID

Examples

## Not run: 
id_r3m1ck = "135474549"
totalStats <- total_stats(account_id = id_r3m1ck)

## End(Not run)

[Package ROpenDota version 0.1.2 Index]