get_sharpe_data: Get some of Lee Sharpe's datasets from GitHub

View source: R/get_sharpe_data.R

get_sharpe_dataR Documentation

Get some of Lee Sharpe's datasets from GitHub

Description

Get some of Lee Sharpe's datasets from GitHub

Usage

get_sharpe_data(dataset = "games")

Arguments

dataset

Character only, one of "airports", "closing_lines", "draft_picks", "draft_values", "games", "logos", "pff_pfr_map_v1", "positions", "rosters", "sc_lines", "standings", "teamcolors", "teams", "trades", "win_totals"

Value

tibble

Examples


# Get NFL games and their outcomes
get_sharpe_data(dataset = "games")

# Get team abbreviations/names/etc by year
get_sharpe_data(dataset = "teams")

jthomasmock/espnscrapeR documentation built on Feb. 11, 2024, 4:07 p.m.