About the database

The Lahman database is maintained by Sean Lahman, and contains seasonal information about Major League Baseball dating back to 1871. If you have any questions about baseball, just ask!

Download the latest version of the database here

R version

There is also a version of the Lahman database pacakged for R. To use it, try:

install.packages("Lahman")
library(Lahman)