Skip to content
/ rfeb Public

Tools to extract and analyze basketball data from Spanish FEB leagues

License

Unknown, MIT licenses found

Licenses found

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

solmos/rfeb

Repository files navigation

rfeb

rfeb provides a set of tools for scraping and analyzing basketball data from Spain's FEB leagues.

Installation

# install.packages("devtools")
devtools::install_github("solmos/rfeb")

Examples

library(rfeb)
library(ggplot2)
game_ids <- 2010208:2010216
shots <- extract_shots(game_ids)
plot_shotchart(shots, color = made) +
    facet_wrap(~game_id)

About

Tools to extract and analyze basketball data from Spanish FEB leagues

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