Title: | UNC Men's Basketball Match Results Since 1949-1950 Season |
---|---|
Description: | Dataset contains select attributes for each match result since 1949-1950 season for UNC men's basketball team. |
Authors: | Jay Lee [aut, cre] |
Maintainer: | Jay Lee <[email protected]> |
License: | CC0 |
Version: | 0.2.2 |
Built: | 2024-11-19 06:11:31 UTC |
Source: | https://github.com/joongsup/uncmbb |
Duke men's basketball match results from 1949 - 1950 season. Data is scraped from https://www.sports-reference.com/cbb/schools/duke/, and according to the source, may contain missing records especially for matches with non Div-1 teams prior to 1995 - 1996 season. No missing records were found.
duke
duke
A data frame with variables:
season year, ending
date of match, yyyy-mm-dd
day of match
match type, one of REG, CTOURN, NIT, or NCAA
match location, one of H(ome), A(way), or N(eutral)
match opponent
match result, W for Duke win
Duke score in the match
opponent's score in the match
overtime indicator, one of NA, OT, 2OT, or 3OT
https://www.sports-reference.com/cbb/schools/duke/
Get NCAA championship winning seasons from a team's historical match data.
mbb_champ_season(df, type = "NCAA")
mbb_champ_season(df, type = "NCAA")
df |
Input data frame containing a team's historical match data that are included in uncmbb package. |
type |
Match type. NCAA (default). |
Team's championship (either NCAA or CTOURN) winning seasons (if any).
mbb_champ_season(unc)
mbb_champ_season(unc)
Get season's win/loss summary for all match types.
mbb_season_result(df)
mbb_season_result(df)
df |
Input data frame containing a team's historical match data that are included in uncmbb package. |
A data frame containing number of games, wins, losses, win
mbb_season_result(unc)
mbb_season_result(unc)
UNC men's basketball match results from 1949 - 1950 season. Data is scraped from https://www.sports-reference.com/cbb/schools/north-carolina/, and according to the source, may contain missing records especially for matches with non Div-1 teams prior to 1995 - 1996 season. Those missing records were later filled in using data from other source (http://www.tarheeltimes.com/schedulebasketball-1949.aspx)
unc
unc
A data frame with variables:
season year, ending
date of match, yyyy-mm-dd
day of match
match type, one of REG, CTOURN, NIT, or NCAA
match location, one of H(ome), A(way), or N(eutral)
match opponent
match result, W for UNC win
UNC score in the match
opponent's score in the match
overtime indicator, one of NA, OT, 2OT, or 3OT
https://www.sports-reference.com/cbb/schools/north-carolina/