diff --git a/DESCRIPTION b/DESCRIPTION index c2ccdcf3..9314bdbc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: nflfastR Title: Functions to Efficiently Access NFL Play by Play Data -Version: 3.1.1.9002 +Version: 3.1.1.9003 Authors@R: c(person(given = "Sebastian", family = "Carl", diff --git a/NEWS.md b/NEWS.md index 3ff21ec5..d3a7b4e4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,7 @@ * Added `yardline_100` as an input to both win probability models (not having it included was an oversight) * Fixed a bug where `series` was increased on PATs * Fixed a bug affecting the week 10 Raiders-Broncos game +* Added the column `team_wordmark` - which contains URLs to the team's wordmarks - to the included data frame `?teams_colors_logos` # nflfastR 3.1.1 diff --git a/R/data_documentation.R b/R/data_documentation.R index bb7d08e4..feb1d992 100644 --- a/R/data_documentation.R +++ b/R/data_documentation.R @@ -20,9 +20,11 @@ #' \item{team_color4}{Quaternary color} #' \item{team_logo_wikipedia}{Url to Team logo on wikipedia} #' \item{team_logo_espn}{Url to higher quality logo on espn} +#' \item{team_wordmark}{Url to team wordmarks} #' } #' The colors are taken from Lee Sharpe's teamcolors.csv who has taken them from the #' `teamcolors` package created by Ben Baumer and Gregory Matthews. #' The Wikipeadia logo urls are taken from Lee Sharpe's logos.csv +#' Team wordmarks from nfl.com #' "teams_colors_logos" diff --git a/data/teams_colors_logos.rda b/data/teams_colors_logos.rda index 13fae0e8..f12b2d27 100644 Binary files a/data/teams_colors_logos.rda and b/data/teams_colors_logos.rda differ diff --git a/man/teams_colors_logos.Rd b/man/teams_colors_logos.Rd index b3bcf9ba..a8857232 100644 --- a/man/teams_colors_logos.Rd +++ b/man/teams_colors_logos.Rd @@ -18,10 +18,12 @@ information, including franchises in multiple cities: \item{team_color4}{Quaternary color} \item{team_logo_wikipedia}{Url to Team logo on wikipedia} \item{team_logo_espn}{Url to higher quality logo on espn} + \item{team_wordmark}{Url to team wordmarks} } The colors are taken from Lee Sharpe's teamcolors.csv who has taken them from the `teamcolors` package created by Ben Baumer and Gregory Matthews. The Wikipeadia logo urls are taken from Lee Sharpe's logos.csv +Team wordmarks from nfl.com } \usage{ teams_colors_logos