get_heroes_details: Details about each hero

Description Usage Arguments Value Examples

View source: R/get_heroes_details.R

Description

Details about each hero such as STR, AGI, INT, Range of day vision or night etc...

Usage

1

Arguments

key

The api key obtained from Steam. If you don't have one please visit https://steamcommunity.com/dev in order to do so.

Value

A data frame where each row contains a hero and his/her attributes.

Examples

1
2
df <- get_hero_detais(key = 'xxxxx-xxxxx')
head(df)

Andryas/RDota2Plus documentation built on May 7, 2019, 8:19 a.m.