## code to prepare `trial_data` dataset goes here
file.init <- "data-raw/trial_data.csv"
trial_data <- read.csv(file = file.init, stringsAsFactors = F)
# Create .rda object for trial_data in data folder
usethis::use_data(trial_data, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.