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