powered by
This function allows you to scrape park factors for a given season from FanGraphs.com.
This function allows you to scrape park factors by handedness from FanGraphs.com for a given single year.
fg_park(yr)fg_park_hand(yr)
fg_park_hand(yr)
Returns a tibble of park factors.
Returns a tibble of park factors by handedness.
Season for which you want to scrape the park factors.
# \donttest{ try(fg_park(2013)) # } # \donttest{ try(fg_park_hand(2013)) # }
Run the code above in your browser using DataLab