Package: ROpenDota 0.1.2
ROpenDota: Access OpenDota Services in R
Provides a client for the API of OpenDota. OpenDota is a web service which is provide DOTA2 real time data. Data is collected through the Steam WebAPI. With ROpenDota you can easily grab the latest DOTA2 statistics in R programming such as latest match on official international competition, analyzing your or enemy performance to learn their strategies,etc. Please see <https://github.com/rosdyana/ROpenDota> for more information.
Authors:
ROpenDota_0.1.2.tar.gz
ROpenDota_0.1.2.zip(r-4.7)ROpenDota_0.1.2.zip(r-4.6)ROpenDota_0.1.2.zip(r-4.5)
ROpenDota_0.1.2.tgz(r-4.6-any)ROpenDota_0.1.2.tgz(r-4.5-any)
ROpenDota_0.1.2.tar.gz(r-4.7-any)ROpenDota_0.1.2.tar.gz(r-4.6-any)
ROpenDota_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ROpenDota/json (API)
| # Install 'ROpenDota' in R: |
| install.packages('ROpenDota', repos = c('https://rosdyana.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rosdyana/ropendota/issues
Last updated from:00c75deae3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 91 | ||
| source / vignettes | OK | 136 | ||
| linux-release-x86_64 | OK | 108 | ||
| macos-release-arm64 | OK | 141 | ||
| macos-oldrel-arm64 | OK | 121 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 95 | ||
| windows-oldrel | OK | 64 | ||
| wasm-release | OK | 121 |
Exports:count_in_categoriescount_player_win_loseget_hero_benchmarksget_hero_rankingsget_hero_statsget_heroesget_itemsget_match_detailsget_matchesget_played_heroesget_played_withget_player_ratingsget_player_summariesget_recent_matchesget_wardmaptop_player_by_herototal_stats
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Count in categories for specific player id | count_in_categories |
| Counting win or lose for specific player id | count_player_win_lose |
| Get Hero Benchmarks | get_hero_benchmarks |
| Get heroes rankings for specific player id | get_hero_rankings |
| Get hero stats | get_hero_stats |
| Get total status for specific player id | get_heroes |
| Get Dota2 Item List | get_items |
| Get Match Details | get_match_details |
| Get Matches for specific player id | get_matches |
| Get played heroes for specific player id | get_played_heroes |
| Get played with for specific player id | get_played_with |
| Get ratings for specific player id | get_player_ratings |
| Get Summaries a Specific Player | get_player_summaries |
| Get recent matches for specific player id | get_recent_matches |
| Get ward map for specific player id | get_wardmap |
| Get heroes rankings for specific player id | top_player_by_hero |
| Get total status for specific player id | total_stats |
