scores: NHL final scores for a particular date

Description Usage Arguments Details Value Note Examples

Description

This function returns a data frame with all scores on the specified date.

Usage

1

Arguments

date

The specified date for which to look up scores for.

Details

Allows the user to look up NHL final scores without going to the internet browser.

Value

A data frame with columns for the home and away team names, and for the home and away team scores.

Note

If the date is in the future, the columns for the scores will be empty.

Examples

1
2
scores("2014-11-11")
scores("2015-01-01")

dchiu911/gameday documentation built on May 15, 2019, 1:48 a.m.