## code to prepare `samdb` dataset goes here
x <- flame_text_reader("data-txt")
samdb <- flame_generate_dataframe(x)
write.csv(samdb, "data-raw/samdb.csv")
usethis::use_data(samdb, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.