Learn R Programming

uncmbb (version 0.2.2)

mbb_champ_season: 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

Run this code
# NOT RUN {
mbb_champ_season(unc)
# }

Run the code above in your browser using DataLab