inst/doc/FIP.R

## ---- eval=FALSE---------------------------------------------------------
#  library(baseballDBR)
#  
#  # Grab the Pitching table from the Baseabll Databank
#  get_bbdb(table = "Pitching")
#  
#  Pitching$FIP <- FIP(Pitching, Fangraphs=FALSE, NA_to_zero=FALSE, Sep.Leagues=FALSE)
#  
#  

## ---- eval=FALSE---------------------------------------------------------
#  library(baseballDBR)
#  
#  fip_valz <- fip_values(Pitching, Fangraphs = FALSE, Sep.Leagues = FALSE)

Try the baseballDBR package in your browser

Any scripts or data that you put into this service are public.

baseballDBR documentation built on May 2, 2019, 5:56 a.m.