Description Usage Arguments See Also Examples
Find the number of innings a player has pitched for a season. Required fields from the Pitching table are; "IPouts."
1  | 
dat | 
 A data frame you would wish to calculate. The data frame must have the same column names found in
The   | 
Other Pitching functions: BB_9,
FIP, HR_9, H_9,
K_9, LOB_pct,
WHIP
1 2 3 4  | data("Pitching2016")
head(Pitching2016)
Pitching2016$IP <- IP(Pitching2016)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.