drowning <- read.table("data-raw/drowning.txt")
colnames(drowning) <- c("year", "drownings")
usethis::use_data(drowning, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.