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.5)ROpenDota_0.1.2.zip(r-4.4)ROpenDota_0.1.2.zip(r-4.3)
ROpenDota_0.1.2.tgz(r-4.4-any)ROpenDota_0.1.2.tgz(r-4.3-any)
ROpenDota_0.1.2.tar.gz(r-4.5-noble)ROpenDota_0.1.2.tar.gz(r-4.4-noble)
ROpenDota_0.1.2.tgz(r-4.4-emscripten)ROpenDota_0.1.2.tgz(r-4.3-emscripten)
ROpenDota.pdf |ROpenDota.html✨
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 6 years agofrom:00c75deae3. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-win | OK | Oct 11 2024 |
R-4.5-linux | OK | Oct 11 2024 |
R-4.4-win | OK | Oct 11 2024 |
R-4.4-mac | OK | Oct 11 2024 |
R-4.3-win | OK | Oct 11 2024 |
R-4.3-mac | OK | Oct 11 2024 |
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 |