WeeklyGames: WeeklyGames

Description Usage Arguments Format Value Source Examples

View source: R/ProjectNFL.R

Description

This is a function that will gets games from weeks that you do not want to use the scores, or if the games have not yet been played that week

Usage

1
WeeklyGames(Year = 2017, Week = 1)

Arguments

Year

the identifier for the year of scores you want (Default is 2017)

Week

the identifier for the week of games you want (Default is 1)

Format

A dataset containing a varying number of rows and 5 variables

Date

Day the Game was contested

AwayTeam

The road team in the game

AwayScore

Automatically NA

HomeTeam

The home team in the game

HomeScore

Automatically NA

Value

A dataset of games according to the format description

Source

"http://www.nfl.com/schedules"

Examples

1
2

mstuart2097/STAT585Final documentation built on May 23, 2019, 8:16 a.m.