## Create a dataset of all pointers to links
dataSources <- read.csv("data-raw/dataSources.csv", stringsAsFactors = FALSE)
dataSources <- tibble::tibble(dataSources)
usethis::use_data(dataSources, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.