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