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