Version: 13.0-0 Date: 2025-09-03
Authors:
Maintainer: Chris Dalzell
Copyright: Sean Lahman
Required: R (>= 3.5.0)
URL: https://CRAN.R-project.org/package=Lahman
This is the R version of the 2025 edition of Sean Lahman’s Baseball Database, https://sabr.org/lahman-database/.
Master table, to People in the Lahman Database.The current database schema is shown in the figure below:

A collection of vignettes has been added, illustrating various data manipulation tasks and analyses to explore some baseball questions. Try: browseVignettes("Lahman")
In addition, the documentation has been updated to use dplyr and tidyr tools for database manipulation and ggplot2 for plots.
For the current CRAN version, simply use:
If you wish to use a non-release version of Lahman, use dev_mode().
dev_mode()
install_github("cdalzell/Lahman", ref="insert_branch_name_here")
# ...test ...
dev_mode() # revert to previousPlease report any problems or issues with this new version as an issue on this site.
A MySQL version of the Lahman database is provided by Nat Dunn: https://github.com/WebucatorTraining/lahman-baseball-mysql
The BaseballDBR package works with Lahman & other baseball databases and provides some functions to compute other baseball metrics.
The Baseball with R blog contains analyses of baseball data stemming from the book Analyzing Baseball Data with R (CRC Press, 2014).