fix_games: Adds date and week of season to game data

Description Usage Arguments Value Examples

View source: R/fix_games.R

Description

This function finds the week of the season that each game was played.

Usage

1
fix_games(games)

Arguments

games

the "game.csv" value from cfb stats data.

Value

a data frame containing the augmented game data

Examples

1
2
games <- readin("game", 2009:2014)
game_info <- fix_games(games)

mattmills49/MELLS documentation built on May 21, 2019, 1:25 p.m.