Description Usage Arguments Value Examples
Put Other Statistic Functions Together...and Add a Little More
1 | lottaStats(stage = 1, rankSysName = "all")
|
stage |
Either 1 or 2, denotes the stage of the competition to use data from. Default is 1. |
rankSysName |
The ranking system name(s) to filter the data by. Defaults to all, so all systems are used. |
A dataframe containing average per-game statistics, average rankings, conference, team name, seed (NA if they didn't make the tournament), and if the team won the conference tournament for each team in each season.
1 2 3 4 5 6 7 8 9 10 11 | #get all the variables using stage 2 data and all ranking systems
## Not run:
bigStats <- lottaStats(stage = 2, rankSysName = "all")
## End(Not run)
#use stage 1 data and only the Massey (MAS) rankings
## Not run:
bigStats2 <- lottaStats(stage = 1, rankSysName = "MAS")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.