/DotaR

An R package to get Dota 2 match data using the OpenDota API

Primary LanguageR

DotaR

This package provides a interface to fetch the parsed JSON files of parsed match replays of a specific player using the OpenDota API from https://www.opendota.com/. The package also provides tools to extract data, such as last hit/deny, from the parsed JSON files and convert the extract data into a tidy dataframe.

Installation

You can install DotaR with

devtools::install("https://github.com/huayingq1996/DotaR")