library(tidyverse)
# Sample postcode data values
sample_data <- read_csv("data-raw/ukpop.csv")
# Save data frame
usethis::use_data(sample_data, overwrite = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.