## code to prepare `DATASET` dataset goes here
file. <- here::here("data-raw","robinson_aafreq.csv")
#exists(file.)
robinson_aafreq <- read.csv(file = file.)
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.