Learn R Programming

ROpenDota (version 0.1.2)

get_items: Get Dota2 Item List

Description

Get a list of in-game items

Usage

get_items()

Arguments

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

Run this code
# NOT RUN {
itemList <- get_items()
head(itemList)
# }

Run the code above in your browser using DataLab