knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
devtools::install_github("Ginsburg1/ProSportsDraftData")
library(ProSportsDraftData)
The purpose of the project is to have an R package that contains scouting report data for players in the NHL, MLB, and NFL. Each league has data from multiple sources that can be easily accessed and analysed. This document lays out the different variables that each dataset contains as well as pre built funtions that only show data from each source
The ProSportsDraftData
package provides several data sets:
NHL: http://www.mynhldraft.com/
The Ringer:
NFL: https://nfldraft.theringer.com/
ESPN:
NHL: https://www.espn.com/nhl
NBA.com:
NBA: https://www.nba.com/draft/
NBADraft.net:
NBA: https://www.nbadraft.net/players/
NBA.com:
NHL: https://www.nhl.com/news/
walterfootball.com:
NFL: https://walterfootball.com/
NFL.com:
nfl
DatasetTo view the NFL dataset run the following code:
nfl_data
The nfl
data set includes the following data points:
The NFL data has been compiled from multiple sources. The four different data sets are:
To see the data from a specific source, use the following functions:
nfl_data_base()
nfl_data_the_ringer()
nfl_data_espn()
nfl_data_walter_football()
nhl_data
DatasetTo view the NHL dataset run the following code: nhl_data
The NFL
data set includes the following data points:
The NHL data has been compiled from multiple sources. The three different data sets are
To see the data from a specific source, use of the following functions:
nhl_base_data()
nhl_data_espn()
nhl_data_nhl.com()
nba_data
DatasetTo view the NHL dataset run the following code: nba_data
The nba_data
data set includes the following data points:
The NFL data has been compiled from multiple sources. The five different data sets are:
To see the data from a specific source, use the following functions:
nba_data_base()
nba_data_nba_com()
nba_data_nbadraft_net()
nba_data_the_ringer()
nba_data_espn()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.