Skip to content

Releases: LyzandeR/RDota2

0.1.6 RDota2

06 Nov 13:27
Compare
Choose a tag to compare

Initial Release of RDota2 on CRAN.

The release includes the Steam API methods for the popular game Dota2:

Dota 2 methods relating to match information:

  • GetLeagueListing -
    Information about DotaTV-supported leagues.
  • GetLiveLeagueGames -
    A list of in-progress league matches, as well as details of that match as it unfolds.
  • GetMatchDetails -
    Information about a particular match.
  • GetMatchHistory -
    A list of matches, filterable by various parameters.
  • GetMatchHistoryBySequenceNum -
    A list of matches ordered by their sequence num.
  • GetScheduledLeagueGames -
    A list of scheduled league games coming up.
  • GetTeamInfoByTeamID -
    A list of all the teams set up in-game.
  • GetTournamentPlayerStats -

Stats about a particular player within a tournament.

  • GetTopLiveGame -
    Dota 2 methods relating to Dota 2 economy:
  • GetGameItems -
    Dota 2 In-game items
  • GetItemIconPath
  • GetHeroes -
    A list of heroes within Dota 2.
  • GetRarities -
    Dota 2 item rarity list.
  • GetTournamentPrizePool -
    The current prizepool for specific tournaments.
  • GetEventStatsForAccount -

And the function key_actions which allows you to register a key in R (so that you won't need to manually input it in the individual function calls).