palette_data <- readr::read_tsv("colours.tsv")
team_fills <- palette_data[["Fill"]]
team_colours <- palette_data[["Colour"]]
names(team_fills) <- names(team_colours) <- palette_data[["Team"]]
usethis::use_data(team_fills)
usethis::use_data(team_colours)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.