ncaahoopsscraper: ncaahoopsscraper

Description Usage Arguments Details Value Author(s) Examples

View source: R/ncaahoopsscraper.R

Description

Scrapes scores for any season of college basketball.

Usage

1

Arguments

x

The beginning date of data scraping, in the format "yyyy/mm/dd".

y

The ending date of data scraping, in the format "yyyy/mm/dd".

Details

Takes inputs for beginning and end of season and scrapes www.sports-reference.com for all scores between those dates (inclusive).

Value

A tidy dataframe with the following variables for all games within the date range: GameDate, HomeTeamName, HomeTeamScore, AwayTeamName, AwayTeamScore.

Author(s)

Kurt Wirth

Examples

1
## Not run: ncaahoopsscraper("2017/11/10", "2018/04/02")

kurtawirth/ncaahoopsscraper documentation built on Feb. 7, 2021, 1:24 a.m.