get_items: Get Dota2 Item List

Description Usage Value Examples

View source: R/get_items.R

Description

Get a list of in-game items

Usage

1

Value

get_items returns a list of in-game items, which include the columns of name, cost, secret_shop, side_shop, recipe and localized name.

Examples

1
2
3
4
5
## Not run: 
itemList <- get_items()
head(itemList)

## End(Not run)

ROpenDota documentation built on May 2, 2019, 6:43 a.m.