Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 255 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 255 Bytes

fgrapher

Package for making graphs using data available in the FanGraphs database

To install

Run the following to install this package in R using the devtools package:

require(devtools)  
devtools::install_github("BillPetti/fgrapher")