| colorr.teams | R Documentation |
Returns the team names accepted by a league's palette function. With no argument it returns a named list covering every league.
colorr.teams(league = NULL)
league |
Character string naming a league, as returned by
|
Character vector of team names, or a named list of them when league is
NULL.
Charles Crabtree charles.crabtree@monash.edu
colorr.teams("wnba")
colorr.teams("ligue1")
# how many teams each league contributes
lengths(colorr.teams())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.