# load data
combine_data_all <- readRDS("data-raw/combine_data_all.RDS")
draft_data_all <- readRDS("data-raw/draft_data_all.RDS")
player_info_all <- readRDS("data-raw/player_info_all.RDS")
player_info_nfl <- readRDS("data-raw/player_info_nfl.RDS")
team_info <- readRDS("data-raw/team_info.RDS")
conference_info <- readRDS("data-raw/conference_info.RDS")
draft_info_all <- readRDS("data-raw/draft_info_all.RDS")
combine_json_data <- readRDS("data-raw/combine_json_data.RDS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.