Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

euroleaguer provides an easy way to retrieve data from EuroLeague and EuroCup API with R. This is an un-official API wrapper and we recommend to follow usual rules of conduct when dealing with open API calls.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

FlavioLeccese92/euroleaguer

Repository files navigation

CRAN statusR-CMD-checkLifecycle: experimental

euroleaguer provides an easy way to retrieve data fromEuroleague andEurocup API with R.

This is an unofficial API wrapper and we recommend to follow usual rulesof conduct when dealing with open API calls.

Installation

To get the current released version from CRAN:

install.packages("euroleaguer")

To get the current development version fromGitHub:

# install.packages("devtools")devtools::install_github("FlavioLeccese92/euroleaguer")

Why an R package?

Despite Euroleague official APIs are very well designed and immediate, amore intense analytical use demands a few adjustments in terms ofget-requests and output.

Witheuroleaguer it is possible to input multiple arguments at once(handling for loops internally), values are returned as tibbles andcolumns are consistent throughout all the functions, avoiding ambiguityof stats naming such as2FG% (2 field-goal %) for2P% (2 points %).In short, saving time on collection and cleaning and leaving more forpure analysis.

What can be done

This package allows to retrieve a wide variety ofreal-time andhistorical data by different types of aggregation, particularly byplayer, team or game.

Standard statistics are available as well as some advanced such asAST/TO (ratio of assists made to turnovers committed) orAST-R(estimated % of assists per player’s offensive possessions) and manymore. Complete list can be foundhere.

An additional and insightful information is the coordinates of shots ingames which can be retrieved bygetGamePoints.

If you are interested in data visualization, some useful resources canbe found inarticles, which create the following plots:

About

euroleaguer provides an easy way to retrieve data from EuroLeague and EuroCup API with R. This is an un-official API wrapper and we recommend to follow usual rules of conduct when dealing with open API calls.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp