get_played_with {ROpenDota} | R Documentation |
Get played with for specific player id
Description
Get played with for specific player id
Usage
get_played_with(account_id)
Arguments
account_id |
Steam ID |
Examples
## Not run:
id_r3m1ck = "135474549"
playedWith <- get_played_with(account_id = id_r3m1ck)
## End(Not run)
[Package ROpenDota version 0.1.2 Index]