View source: R/get_sharpe_data.R
get_sharpe_data | R Documentation |
Get some of Lee Sharpe's datasets from GitHub
get_sharpe_data(dataset = "games")
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" |
tibble
# Get NFL games and their outcomes
get_sharpe_data(dataset = "games")
# Get team abbreviations/names/etc by year
get_sharpe_data(dataset = "teams")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.