Skip to content

Commit

Permalink
fix details of team logos again for md issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yonicd committed Dec 11, 2023
1 parent 79bd7cf commit 5fe3420
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions R/nba_team_logo-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
#' @format A data frame with 30 rows and 2 variables:
#' \describe{
#' \item{\code{team}}{character, Team Name}
#' \item{\code{uri}}{character, Team logo URI}
#' \item{\code{uri}}{character, Team logo URI}
#'}
#' @details Logos harvested from
#' https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/{{team_short_name}}.svg
#' @details
#' Logos harvested from
#' https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/team_short_name.svg
#' replace team_short_name with three letter name of th team. e.g. BOS for Boston
#' @family data
"nba_team_logo"
3 changes: 2 additions & 1 deletion man/nba_team_logo.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fe3420

Please sign in to comment.