## code to prepare `ukFoods` dataset goes here
in_file <- system.file("extdata/ukFoods.csv", package = "HDDAData")
ukFoods <- read.csv(in_file, row.names = 1)
usethis::use_data(ukFoods, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.