library(dplyr)
library(readr)
library(usethis)
artists <- readr::read_csv("data-raw/artists/artists.csv")
usethis::use_data(artists, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.