get_items {ROpenDota} | R Documentation |
Get a list of in-game items
get_items()
get_items returns a list of in-game items, which include the columns of name, cost, secret_shop, side_shop, recipe and localized name.
## Not run: itemList <- get_items() head(itemList) ## End(Not run)