WeeklyScores: WeeklyScores

Description Usage Arguments Format Value Source Examples

View source: R/ProjectNFL.R

Description

This is a function that will update the scores from the specified week from NFL.com

Usage

1
WeeklyScores(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 scores 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

The points scored by the road team in the game

HomeTeam

The home team in the game

HomeScore

The points scored by the home team in the game

Value

A dataset of Scores 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.