mbb_champ_season {uncmbb} | R Documentation |
Get NCAA championship winning seasons from a team's historical match data.
Description
Get NCAA championship winning seasons from a team's historical match data.
Usage
mbb_champ_season(df, type = "NCAA")
Arguments
df |
Input data frame containing a team's historical match data that are included in uncmbb package. |
type |
Match type. NCAA (default). |
Value
Team's championship (either NCAA or CTOURN) winning seasons (if any).
Examples
mbb_champ_season(unc)
[Package uncmbb version 0.2.2 Index]