library(readr)
players <- read_csv(
"https://raw.githubusercontent.com/ArthurData/data/main/players.csv",
quoted_na = TRUE
)
write_csv(players, "data-raw/players.csv")
usethis::use_data(players, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.