Team home run numbers for different seasons. The
raw tab delimited data (homeruns_2000.txt
) is read by
data.table::fread()
to produce a data frame with numeric
columns for "YEARS" and "HOMERUNS".
YEARS | numeric years for baseball teams from 1900 to 2000 |
HOMERUNS | numeric of total homeruns for a baseball team |