homeruns_2000 | R Documentation |
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 |
homeruns_2000
An object of class data.table
(inherits from data.frame
) with 210 rows and 2 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.