Learn R Programming

RplotterPkg (version 0.1.3)

homeruns_2000: homeruns_2000 data

Description

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".

YEARSnumeric years for baseball teams from 1900 to 2000
HOMERUNSnumeric of total homeruns for a baseball team

Usage

homeruns_2000

Arguments

Format

An object of class data.table (inherits from data.frame) with 210 rows and 2 columns.