View source: R/espn_wbb_data.R
| espn_wbb_teams | R Documentation |
Get ESPN women's college basketball team names and ids
espn_wbb_teams(year = most_recent_wbb_season())
year |
Either numeric or character (YYYY) |
Returns a teams infomation data frame
| col_name | types |
| team_id | integer |
| abbreviation | character |
| display_name | character |
| short_name | character |
| mascot | character |
| nickname | character |
| team | character |
| color | character |
| alternate_color | character |
| logo | character |
| logo_dark | character |
| href | character |
| conference_url | character |
| group_id | integer |
| conference_short_name | character |
| conference_uid | character |
| conference_name | character |
| conference_logo | character |
| parent_group_id | integer |
| conference_id | integer |
Saiem Gilani
Other ESPN WBB Functions:
espn_wbb_conferences(),
espn_wbb_game_all(),
espn_wbb_game_rosters(),
espn_wbb_pbp(),
espn_wbb_player_box(),
espn_wbb_player_stats(),
espn_wbb_rankings(),
espn_wbb_scoreboard(),
espn_wbb_standings(),
espn_wbb_team_box(),
espn_wbb_team_stats()
try(espn_wbb_teams())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.