library(data.table)
tbl.ph.delta <- fread("DEV/data/tbl_ph_delta.csv", na.strings = 'NA')
tbl.ph.delta$table <- as.character(tbl.ph.delta$table)
usethis::use_data(tbl.ph.delta, version = 3, overwrite = TRUE, compress = 'xz')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.