The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

accbaseballr

accbaseballr provides curated ACC baseball datasets with advanced sabermetric metrics at the player-season level.

The package includes: - Batting statistics - Pitching statistics - Player information - League context statistics - Advanced metrics such as wOBA, wRC+, and FIP

Installation

You can install the development version of accbaseballr like so:

# install.packages("remotes")
remotes::install_github("hvb210/accbaseballr")

Available datasets

Dataset Description
batting ACC batting statistics with advanced offensive metrics
pitching ACC pitching statistics with advanced pitching metrics
players Player metadata including handedness
league_context League-average statistics used for normalization and metric calculations

Example

library(accbaseballr)
library(dplyr)

batting |>
  filter(Season == 2025) |>
  arrange(desc(wRC_plus)) |>
  select(Name, Team, wRC_plus, wOBA) |>
  head(10)

Data source

Statistics are derived from publicly available ACC baseball data from Sports-Reference and processed into analysis-ready datasets.

License

MIT License

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.