## code to prepare `HouseKeeping` dataset goes here
HouseKeeping <- read.delim("data-raw/HouseKeeping_final.txt", header = FALSE)
colnames(HouseKeeping) <- c("Gen", "ID")
# usethis::use_data(HouseKeeping)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.