Description Usage Format Source Examples
Batting table - batting statistics
1 |
A data frame with columns:
The variable is character. Player ID code
The variable is integer. Year
The variable is integer. player's stint (order of appearances within a season)
The variable is factor. Team
The variable is factor. League; with values AA AL FL NL PL UA
The variable is integer. Games: number of games in which a player played
The variable is integer. At Bats
The variable is integer. Runs
The variable is integer. Hits: times reached base because of a batted, fair ball without error by the defense
The variable is integer. Doubles: hits on which the batter reached second base safely
The variable is integer. Triples: hits on which the batter reached third base safely
The variable is integer. Homeruns
The variable is integer. Runs Batted In
The variable is integer. Stolen Bases
The variable is integer. Caught Stealing
The variable is integer. Base on Balls
The variable is integer. Strikeouts
The variable is integer. Intentional walks
The variable is integer. Hit by pitch
The variable is integer. Sacrifice hits
The variable is integer. Sacrifice flies
The variable is integer. Grounded into double plays
https://github.com/cdalzell/Lahman
1 2 3 4 | ## Not run:
batting
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.