Learn R Programming

IIS (version 1.0)

american_league_salary_2014: American League Salary 2014

Description

This data set contains the 2014 salaries (as of March 26, 2014) for all baseball players in the American League.

Usage

american_league_salary_2014

Arguments

Format

A data.frame with 447 rows and 3 columns corresponding to the name, salary, and team for each player.

Examples

Run this code
# NOT RUN {
data(american_league_salary_2014)
summary(american_league_salary_2014)
# }

Run the code above in your browser using DataLab