## code to prepare `DATASET` dataset goes here
file. <- here::here("data-raw","table1.csv")
#exists(file.)
table1 <- read.csv(file = file.)
usethis::use_data(table1, overwrite = TRUE)
#usethis::use_r("martin1995")
make_dateset_helpfile(dataset = table1,
dataset_name = "table1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.