View source: R/all_teams_records.R
all_teams_records | R Documentation |
Takes the Ken Pomeroy basketball data and builds a tibble of each teams win record. Give the full Ken Pomeroy data to get total ranking. Give the Ken Pomeroy data filtered for conference games to get conference rankings.
all_teams_records(data)
data |
A tibble of the Ken Pomeroy basketball data |
A tibble. The rows are individual teams and sorted by weighted rank. The columns give games won, total games, and win percentage.
## Get total ranking for each team all_teams_records(get_cbb_data(0)) ## Get conference ranking for each team all_teams_records(get_cbb_data(1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.