R/load_baseball.R

#' @rdname load_baseball
#' @name load_baseball
#' @aliases load_baseball load_data baseballr_data
#' @title
#' **baseballr Data Loader Overview**
#' @description
#'
#' * `load_umpire_ids()`: Download a data frame of all umpires and their mlbamids for games since 2008.
#' * `load_game_info_sup()`: Download a data frame of supplemental data about MLB games since 2008.
#' * `load_ncaa_baseball_pbp()`: Load cleaned NCAA baseball play-by-play data from the baseballr data repo.
#' * `load_ncaa_baseball_schedule()`: Load cleaned NCAA baseball schedule from the baseballr data repo.
#' * `load_ncaa_baseball_season_ids()`: Load cleaned NCAA men's college baseball season IDs from the baseballr data repo.
#' * `load_ncaa_baseball_teams()`: Load cleaned NCAA men's college baseball teams from the baseballr data repo.
#'
#' @details
#' ## **baseballr Data**
#'
#' These functions load cleaned MLB and NCAA baseball data from the baseballr data repository.
#'
#' @family baseballr Data
NULL

Try the baseballr package in your browser

Any scripts or data that you put into this service are public.

baseballr documentation built on Aug. 27, 2026, 1:07 a.m.