README.md

Lahman

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Travis build status License

R Library for Sean Lahman's Baseball Database

Version: 11.0-0 Date: 2023-04-16

Authors:

Maintainer: Chris Dalzell

Copyright: Sean Lahman

Required: R (>= 3.5.0)

URL: https://CRAN.R-project.org/package=Lahman

Current Version

This is the R version of the 2022 edition of Sean Lahman's Baseball Database, https://www.seanlahman.com/baseball-archive/statistics/.

The current database schema is shown in the figure below:

Installation

For the current CRAN version, simply use:

install.packages("Lahman")

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 previous

Please report any problems or issues with this new version as an issue on this site.

Related



cdalzell/Lahman documentation built on May 9, 2023, 6:08 a.m.