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